Package iitb.con.io

Interface Summary
IOAdapter Interface to handle IO operations with file.
 

Class Summary
BufferedFileAdapter BufferedFileAdapter uses ByteBuffer as the buffer to perform read and write file operations.
FileAdapter FileAdapter to perform read and write file operations.
MemMapFileAdapter MemMapFileAdapter uses MappedByteBuffer as the buffer which maps the file contents to memory for the read and write file operations.