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, writeUTFequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getFilePointer, length, seekpublic TSeekableDataOutputStream(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic boolean supportsSeek()
supportsSeek in interface TDataOutputStreampublic void writeLittleEndian32(int value)
throws java.io.IOException
writeLittleEndian32 in interface TDataOutputStreamjava.io.IOExceptionpublic void writeLittleEndian16(short value)
throws java.io.IOException
writeLittleEndian16 in interface TDataOutputStreamjava.io.IOException