com.imagero.uio.bio
Class IOCOutputStream
java.lang.Object
java.io.OutputStream
com.imagero.uio.bio.IOCOutputStream
- public class IOCOutputStream
- extends java.io.OutputStream
OutputStream with shared IOController.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOCOutputStream
public IOCOutputStream(IOController controller)
IOCOutputStream
public IOCOutputStream(IOController controller,
long offset)
seek
public void seek(long offset)
prepareBufferForWriting
protected void prepareBufferForWriting()
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(int b)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(byte[] b)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(byte[] b,
int offset,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
flush
public void flush()
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException