加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090403054507/http://developer.android.com:80/reference/java/io/Closeable.html
public interface

Closeable

java.io.Closeable
Known Indirect Subclasses

Class Overview

Closeable represents the source or destination of some data which can be called its close method to release resources it holds.

Summary

Public Methods
abstract void close()
Close the object and release any system resources it holds.

Public Methods

public abstract void close ()

Close the object and release any system resources it holds. If the object has been close, then invoke this method has no effect.

Throws
IOException if any error raises when closing the object.