sisc.io
Class AutoflushWriter
java.lang.Object
java.io.Writer
java.io.FilterWriter
sisc.io.AutoflushWriter
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable, java.lang.Appendable
Deprecated. Use buffered ports instead.
public class AutoflushWriter
- extends java.io.FilterWriter
A legacy support class which creates ports which flush immediately
after each I/O operation.
Fields inherited from class java.io.FilterWriter |
out |
Fields inherited from class java.io.Writer |
lock |
Method Summary |
void |
write(char[] buffer)
Deprecated. |
void |
write(char[] buffer,
int offset,
int length)
Deprecated. |
void |
write(int c)
Deprecated. |
void |
write(java.lang.String str,
int offset,
int length)
Deprecated. |
Methods inherited from class java.io.FilterWriter |
close, flush |
Methods inherited from class java.io.Writer |
append, append, append, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoflushWriter
public AutoflushWriter(java.io.Writer out)
- Deprecated.
write
public void write(int c)
throws java.io.IOException
- Deprecated.
- Overrides:
write
in class java.io.FilterWriter
- Throws:
java.io.IOException
write
public void write(java.lang.String str,
int offset,
int length)
throws java.io.IOException
- Deprecated.
- Overrides:
write
in class java.io.FilterWriter
- Throws:
java.io.IOException
write
public void write(char[] buffer)
throws java.io.IOException
- Deprecated.
- Overrides:
write
in class java.io.Writer
- Throws:
java.io.IOException
write
public void write(char[] buffer,
int offset,
int length)
throws java.io.IOException
- Deprecated.
- Overrides:
write
in class java.io.FilterWriter
- Throws:
java.io.IOException