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 |
putByte(byte b) |
void |
releaseStream() |
void |
setStream(OutputStream stream) |
public void create(int windowSize)
public void setStream(OutputStream stream) throws IOException
IOExceptionpublic void releaseStream()
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 © 2021. All rights reserved.