Package com.microstrategy.web.app.utils
Class MobileChunkingHelper
- java.lang.Object
-
- com.microstrategy.web.app.utils.MobileChunkingHelper
-
public class MobileChunkingHelper extends java.lang.Object
- Since:
- MicroStrategy Web 8.1.2
-
-
Constructor Summary
Constructors Constructor Description MobileChunkingHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getChunkedGraphResultsAsString(MarkupOutput mo, int compressionVersion)
static java.lang.String
getChunkedResultsAsString(MarkupOutput mo, int compressionVersion)
static byte[]
intToBytes(int i)
static void
renderChunk(byte[] data, MarkupOutput out, int compressionVersion)
static void
renderChunk(MarkupOutput data, MarkupOutput out, int compressionVersion)
static void
renderChunk(Tag root, MarkupOutput out, int compressionVersion)
static void
renderChunk(java.lang.String xml, MarkupOutput out, int compressionVersion)
static void
renderChunks(java.util.List chunkList, MarkupOutput out, int compressionVersion)
-
-
-
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)
-
renderChunk
public static void renderChunk(MarkupOutput 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)
-
-