public class OutWindow extends Object
Constructor and Description |
---|
OutWindow() |
Modifier and Type | Method and Description |
---|---|
void |
copyBlock(int distance,
int len) |
void |
create(int windowSize) |
void |
flush() |
byte |
getByte(int distance) |
void |
init(boolean solid) |
void |
initFromState(LZMADecoder.LZMAInputState decoderState) |
void |
putByte(byte b) |
void |
releaseBuffer() |
public void create(int windowSize)
public void initFromState(LZMADecoder.LZMAInputState decoderState) throws IOException
IOException
public void releaseBuffer() throws IOException
IOException
public void init(boolean solid)
public void flush() throws IOException
IOException
public void copyBlock(int distance, int len) throws IOException
IOException
public void putByte(byte b) throws IOException
IOException
public byte getByte(int distance)
Copyright © 2015 Oracle Corporation. All rights reserved.