Package com.bradmcevoy.io

Class Summary
BufferingOutputStream An output stream which will buffer data, initially using memory up to maxMemorySize, and then overflowing to a temporary file.
FileDeletingInputStream An inputstream to read a file, and to delete the file when this stream is closed This is useful for situations where you are using a local file to buffer the contents of remote data, and want to ensure that the temporary local file is deleted when it is no longer being used
FileUtils  
RandomFileOutputStream A positionable file output stream.
StreamUtils  
 

Exception Summary
ReadingException  
WritingException  
 



Copyright © 2011. All Rights Reserved.