sisc.io
Class AutoflushOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
sisc.io.AutoflushOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
Deprecated. Use buffered ports instead.
public class AutoflushOutputStream
- extends java.io.FilterOutputStream
A legacy support class which creates ports which flush immediately
after each I/O operation.
- Author:
- scgmille
Fields inherited from class java.io.FilterOutputStream |
out |
Method Summary |
void |
write(byte[] b)
Deprecated. |
void |
write(byte[] b,
int offset,
int length)
Deprecated. |
void |
write(int b)
Deprecated. |
Methods inherited from class java.io.FilterOutputStream |
close, flush |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoflushOutputStream
public AutoflushOutputStream(java.io.OutputStream out)
- Deprecated.
write
public void write(byte[] b)
throws java.io.IOException
- Deprecated.
- Overrides:
write
in class java.io.FilterOutputStream
- Throws:
java.io.IOException
write
public void write(byte[] b,
int offset,
int length)
throws java.io.IOException
- Deprecated.
- Overrides:
write
in class java.io.FilterOutputStream
- Throws:
java.io.IOException
write
public void write(int b)
throws java.io.IOException
- Deprecated.
- Overrides:
write
in class java.io.FilterOutputStream
- Throws:
java.io.IOException