com.infoengine.object
Class IeMultipartOutputStream.BitBucket
java.lang.Object
java.io.OutputStream
com.infoengine.object.IeMultipartOutputStream.BitBucket
- Enclosing class:
- IeMultipartOutputStream
- class IeMultipartOutputStream.BitBucket
- extends OutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IeMultipartOutputStream.BitBucket
IeMultipartOutputStream.BitBucket()
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