Android
java.io
public interface

java.io.Closeable

java.io.Closeable

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

Known Indirect Subclasses

Summary

Public Methods

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

Details

Public Methods

public 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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56