public class TSeekableDataOutputStream extends java.io.RandomAccessFile implements TDataOutputStream
Constructor and Description |
---|
TSeekableDataOutputStream(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
boolean |
supportsSeek() |
void |
writeLittleEndian16(short value) |
void |
writeLittleEndian32(int value) |
close, getChannel, getFD, getFilePointer, length, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, seek, setLength, skipBytes, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getFilePointer, length, seek
public TSeekableDataOutputStream(java.io.File file) throws java.io.IOException
java.io.IOException
public boolean supportsSeek()
supportsSeek
in interface TDataOutputStream
public void writeLittleEndian32(int value) throws java.io.IOException
writeLittleEndian32
in interface TDataOutputStream
java.io.IOException
public void writeLittleEndian16(short value) throws java.io.IOException
writeLittleEndian16
in interface TDataOutputStream
java.io.IOException