Class MobileChunkingHelper


  • public class MobileChunkingHelper
    extends java.lang.Object
    Since:
    MicroStrategy Web 8.1.2
    • Constructor Detail

      • MobileChunkingHelper

        public MobileChunkingHelper()
    • Method Detail

      • renderChunk

        public static void renderChunk​(Tag root,
                                       MarkupOutput out,
                                       int compressionVersion)
      • renderChunk

        public static void renderChunk​(java.lang.String xml,
                                       MarkupOutput out,
                                       int compressionVersion)
      • renderChunk

        public static void renderChunk​(byte[] data,
                                       MarkupOutput out,
                                       int compressionVersion)
      • renderChunks

        public static void renderChunks​(java.util.List chunkList,
                                        MarkupOutput out,
                                        int compressionVersion)
      • intToBytes

        public static byte[] intToBytes​(int i)
      • getChunkedResultsAsString

        public static java.lang.String getChunkedResultsAsString​(MarkupOutput mo,
                                                                 int compressionVersion)
        Since:
        MicroStrategy Web 9.0.1
      • getChunkedGraphResultsAsString

        public static java.lang.String getChunkedGraphResultsAsString​(MarkupOutput mo,
                                                                      int compressionVersion)