public class TSeekableDataOutputStream extends RandomAccessFile implements TDataOutputStream
| Constructor and Description |
|---|
TSeekableDataOutputStream(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, writeUTFclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getFilePointer, length, seekwrite, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFpublic TSeekableDataOutputStream(File file) throws IOException
IOExceptionpublic boolean supportsSeek()
supportsSeek in interface TDataOutputStreampublic void writeLittleEndian32(int value)
throws IOException
writeLittleEndian32 in interface TDataOutputStreamIOExceptionpublic void writeLittleEndian16(short value)
throws IOException
writeLittleEndian16 in interface TDataOutputStreamIOExceptionCopyright © 2016. All Rights Reserved.