com.infoengine.object
Class IeMultipartOutputStream.BitBucket

java.lang.Object
  extended byjava.io.OutputStream
      extended bycom.infoengine.object.IeMultipartOutputStream.BitBucket
Enclosing class:
IeMultipartOutputStream

class IeMultipartOutputStream.BitBucket
extends OutputStream


Constructor Summary
(package private) IeMultipartOutputStream.BitBucket()
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int length)
           
 void write(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IeMultipartOutputStream.BitBucket

IeMultipartOutputStream.BitBucket()
Method Detail

close

public void close()
           throws IOException
Throws:
IOException

flush

public void flush()
           throws IOException
Throws:
IOException

write

public void write(byte[] b,
                  int off,
                  int length)
           throws IOException
Throws:
IOException

write

public void write(int b)
           throws IOException
Throws:
IOException

write

public void write(byte[] b)
           throws IOException
Throws:
IOException