java.io
Interface Closeable

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
BufferedInputStream, BufferedOutputStream, BufferedReader, BufferedWriter, ByteArrayInputStream, ByteArrayOutputStream, DataInputStream, DataOutputStream, FileInputStream, FileOutputStream, FilterInputStream, FilterOutputStream, InputStream, InputStreamReader, LCDOutputStream, lejos.internal.io.LejosInputStreamReader, lejos.internal.io.LejosOutputStreamWriter, NXTInputStream, NXTOutputStream, OutputStream, OutputStreamWriter, PrintStream, Reader, StringWriter, Writer

public interface Closeable
extends AutoCloseable


Method Summary
 void close()
           
 

Method Detail

close

void close()
           throws IOException
Specified by:
close in interface AutoCloseable
Throws:
IOException