Package com.android.sdklib.io

Interface Summary
IFileOp Wraps some common File operations on files and folders.
 

Class Summary
FileOp Wraps some common File operations on files and folders.
NonClosingInputStream Wraps an InputStream to change its closing behavior: this makes it possible to ignore close operations or have them perform a InputStream.reset() instead (if supported by the underlying stream) or plain ignored.
 

Enum Summary
NonClosingInputStream.CloseBehavior