org.xmlBlaster.util.protocol
Class ZFlushInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.xmlBlaster.util.protocol.ZFlushInputStream
- public class ZFlushInputStream
- extends java.io.FilterInputStream
- Author:
- Balázs Póka
| Fields inherited from class java.io.FilterInputStream |
in |
| Methods inherited from class java.io.FilterInputStream |
close, mark, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RECBUFSIZE
public static final int RECBUFSIZE
- See Also:
- Constant Field Values
ZFlushInputStream
public ZFlushInputStream(java.io.InputStream in)
markSupported
public boolean markSupported()
available
public int available()
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] b)
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
getCompressionRatio
public float getCompressionRatio()
Copyright © 1999-2007 The xmlBlaster.org contributers.