Class OutWindow
- java.lang.Object
-
- org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
-
public class OutWindow extends Object
OutWindow- Author:
- Igor Pavlov
-
-
Constructor Summary
Constructors Constructor Description OutWindow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyBlock(int distance, int len)voidcreate(int windowSize)voidflush()bytegetByte(int distance)voidinit(boolean solid)voidinitFromState(LZMADecoder.LZMAInputState decoderState)voidputByte(byte b)voidreleaseBuffer()
-
-
-
Method Detail
-
create
public void create(int windowSize)
-
initFromState
public void initFromState(LZMADecoder.LZMAInputState decoderState) throws IOException
- Throws:
IOException
-
releaseBuffer
public void releaseBuffer() throws IOException- Throws:
IOException
-
init
public void init(boolean solid)
-
flush
public void flush() throws IOException- Throws:
IOException
-
copyBlock
public void copyBlock(int distance, int len) throws IOException- Throws:
IOException
-
putByte
public void putByte(byte b) throws IOException- Throws:
IOException
-
getByte
public byte getByte(int distance)
-
-