Class LZDecoder
java.lang.Object
org.graalvm.shadowed.org.tukaani.xz.lz.LZDecoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyUncompressed(DataInputStream inData, int len) intflush(byte[] out, int outOff) intgetByte(int dist) intgetPos()booleanbooleanhasSpace()voidputArraysToCache(ArrayCache arrayCache) voidputByte(byte b) voidrepeat(int dist, int len) voidvoidreset()voidsetLimit(int outMax)
-
Constructor Details
-
LZDecoder
-
-
Method Details
-
putArraysToCache
-
reset
public void reset() -
setLimit
public void setLimit(int outMax) -
hasSpace
public boolean hasSpace() -
hasPending
public boolean hasPending() -
getPos
public int getPos() -
getByte
public int getByte(int dist) -
putByte
public void putByte(byte b) -
repeat
- Throws:
IOException
-
repeatPending
- Throws:
IOException
-
copyUncompressed
- Throws:
IOException
-
flush
public int flush(byte[] out, int outOff)
-