org.xmlBlaster.util.protocol
Class ZBlockOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.xmlBlaster.util.protocol.ZBlockOutputStream
- public class ZBlockOutputStream
- extends java.io.FilterOutputStream
- Author:
- Patrice Espié, modifications by Balázs Póka
Licensing: LGPL
| Fields inherited from class java.io.FilterOutputStream |
out |
|
Method Summary |
void |
flush()
|
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
| Methods inherited from class java.io.FilterOutputStream |
close |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAXBUFFERSIZE
public static final int MAXBUFFERSIZE
- See Also:
- Constant Field Values
ZBlockOutputStream
public ZBlockOutputStream(java.io.OutputStream out,
int minCompress)
write
public void write(byte[] b)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(int b)
throws java.io.IOException
- Throws:
java.io.IOException
flush
public void flush()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 1999-2007 The xmlBlaster.org contributers.