nom.tam.util
Interface DataIO

All Superinterfaces:
ArrayDataInput, java.io.DataInput, java.io.DataOutput, RandomAccess

public interface DataIO
extends java.io.DataInput, java.io.DataOutput, RandomAccess

This interface combines the DataInput, DataOutput and RandomAccess interfaces to provide a reference type which can be used to build BufferedFile in a fashion that accommodates both the RandomAccessFile and ByteBuffers


Method Summary
 
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
Methods inherited from interface nom.tam.util.RandomAccess
getFilePointer, seek
 
Methods inherited from interface nom.tam.util.ArrayDataInput
close, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, readArray, skip