Package com.continuent.tungsten.common.io

Class Summary
BufferedFileDataInput Merges the capabilities of the following stream classes into a single class: FileInputStream, BufferedInputStream, and DataInputStream.
BufferedFileDataOutput Merges the capabilities of the following stream classes into a single class: FileOutputStream, BufferedOutputStream, and DataOutputStream.