FileDocCategorySizeDatePackage
Closeable.javaAPI DocJava SE 5 API776Fri Aug 26 14:56:58 BST 2005java.io

Closeable

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).
version
1.4 03/12/19
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public voidclose()
Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.

throws
IOException if an I/O error occurs