xmlBlaster 1.6.2 client API

org.xmlBlaster.util.protocol
Class ZFlushOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FilterOutputStream
          extended byorg.xmlBlaster.util.protocol.ZFlushOutputStream

public class ZFlushOutputStream
extends java.io.FilterOutputStream

Author:
Balázs Póka

Field Summary
static int MAXBUFFERSIZE
           
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
ZFlushOutputStream(java.io.OutputStream out)
           
 
Method Summary
 void flush()
           
 float getCompressionRatio()
           
 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
 

Field Detail

MAXBUFFERSIZE

public static final int MAXBUFFERSIZE
See Also:
Constant Field Values
Constructor Detail

ZFlushOutputStream

public ZFlushOutputStream(java.io.OutputStream out)
Method Detail

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

getCompressionRatio

public float getCompressionRatio()

xmlBlaster 1.6.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.