API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.io. Closeable View Source
Author(s)
Since
1.5
Version
1.5 05/11/17
Serial
Hierarchy
 Closeable
Subinterfaces
Description
public interface Closeable
  A Closeable is a source or destination of data that can be closed.
See also:   
Methods
Hide/Show inherited methods
public void close () throws IOException
  Closes this stream and releases any system resources associated with it.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar