Class Chunker
- java.lang.Object
-
- org.dellroad.lzma.client.SevenZip.Compression.LZMA.Chunker
-
public class Chunker extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetInBytesProcessed()longgetOutBytesProcessed()booleanprocessChunk()Process the next chunk of data.
-
-
-
Method Detail
-
getInBytesProcessed
public long getInBytesProcessed()
-
getOutBytesProcessed
public long getOutBytesProcessed()
-
processChunk
public boolean processChunk() throws IOExceptionProcess the next chunk of data.- Returns:
trueif there is still more data to process,falseif we're done- Throws:
IOException
-
-