Package org.dellroad.lzma.client
Class LZMAByteArrayDecompressor
- java.lang.Object
-
- org.dellroad.lzma.client.LZMADecompressor
-
- org.dellroad.lzma.client.LZMAByteArrayDecompressor
-
- All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.RepeatingCommand
public class LZMAByteArrayDecompressor extends LZMADecompressor
LZMA decompressor forbyte[]arrays.
-
-
Constructor Summary
Constructors Constructor Description LZMAByteArrayDecompressor(byte[] data)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getUncompressedData()Get the uncompressed data.-
Methods inherited from class org.dellroad.lzma.client.LZMADecompressor
execute, getException, getProgress
-
-
-
-
Constructor Detail
-
LZMAByteArrayDecompressor
public LZMAByteArrayDecompressor(byte[] data) throws IOExceptionConstructor.- Parameters:
data- compressed data- Throws:
IOException- if the compressed data is truncated or corrupted
-
-