nom.tam.util
Interface DataIO

All Superinterfaces:
ArrayDataInput, DataInput, DataOutput, RandomAccess

public interface DataIO
extends DataInput, 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
 



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.