is new.
,
Formatter
,
GZIPInputStream
,
GZIPOutputStream
,
InflaterInputStream
,
InputStream
,
InputStream
,
InputStream
,
InputStreamReader
,
JarInputStream
,
JarOutputStream
,
LineNumberInputStream
,
LineNumberReader
,
LogStream
,
ObjectInputStream
,
ObjectOutputStream
,
OutputStream
,
OutputStream
,
OutputStream
,
OutputStreamWriter
,
Pipe.SinkChannel
,
Pipe.SourceChannel
,
PipedInputStream
,
PipedOutputStream
,
PipedReader
,
PipedWriter
,
PrintStream
,
PrintWriter
,
ProgressMonitorInputStream
,
PushbackInputStream
,
PushbackReader
,
RandomAccessFile
,
Reader
,
SelectableChannel
,
SequenceInputStream
,
ServerSocketChannel
,
SocketChannel
,
StringBufferInputStream
,
StringReader
,
StringWriter
,
Writer
,
ZipInputStream
,
ZipOutputStream
public interface Closeable
A Closeable is a source or destination of data that can be closed. The close method is invoked to release resources that the object is holding (such as open files).
| Method Summary | |
|---|---|
| void |
close
() Closes this stream and releases any system resources associated with it. |
| Method Detail |
|---|
void close()
throws IOException