Interface Compression
-
- All Known Implementing Classes:
LZW
public interface Compression
- Since:
- MicroStrategy Web 8.1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
compress(byte[] arr)
void
decompress(byte[] in, java.io.OutputStream out)
-