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
IOExceptionpublic void releaseBuffer()
throws IOException
IOExceptionpublic void init(boolean solid)
public void flush()
throws IOException
IOExceptionpublic void copyBlock(int distance,
int len)
throws IOException
IOExceptionpublic void putByte(byte b)
throws IOException
IOExceptionpublic byte getByte(int distance)
Copyright © 2017–2019 Oracle Corporation. All rights reserved.