private final class LZFFileOutputStream.Wrapper
extends java.io.OutputStream
| Modifier | Constructor and Description |
|---|---|
private |
Wrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] buffer,
int offset,
int length) |
void |
write(int arg0) |
public void write(int arg0)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] buffer,
int offset,
int length)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOException