java.io
Interface Flushable

All Known Implementing Classes:
BufferedOutputStream, BufferedWriter, ByteArrayOutputStream, DataOutputStream, FileOutputStream, FilterOutputStream, LCDOutputStream, lejos.internal.io.LejosOutputStreamWriter, NXTOutputStream, OutputStream, OutputStreamWriter, PrintStream, StringWriter, Writer

public interface Flushable


Method Summary
 void flush()
           
 

Method Detail

flush

void flush()
           throws IOException
Throws:
IOException