sisc.io
Class AutoflushWriter

java.lang.Object
  extended by java.io.Writer
      extended by java.io.FilterWriter
          extended by 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.


Field Summary
 
Fields inherited from class java.io.FilterWriter
out
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
AutoflushWriter(java.io.Writer out)
          Deprecated.  
 
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
 

Constructor Detail

AutoflushWriter

public AutoflushWriter(java.io.Writer out)
Deprecated. 
Method Detail

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