Uses of Interface
iitb.con.io.IOAdapter

Packages that use IOAdapter
iitb.con.io   
 

Uses of IOAdapter in iitb.con.io
 

Classes in iitb.con.io that implement IOAdapter
 class BufferedFileAdapter
          BufferedFileAdapter uses ByteBuffer as the buffer to perform read and write file operations.
 class FileAdapter
          FileAdapter to perform read and write file operations.
 class MemMapFileAdapter
          MemMapFileAdapter uses MappedByteBuffer as the buffer which maps the file contents to memory for the read and write file operations.