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.OutputStream
java.io.IOException
public void write(byte[] buffer, int offset, int length) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException