|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.RandomAccessFile
org.tritonus.share.sampled.file.TSeekableDataOutputStream
public class TSeekableDataOutputStream
A TDataOutputStream that allows seeking.
Constructor Summary | |
---|---|
TSeekableDataOutputStream(java.io.File file)
|
Method Summary | |
---|---|
boolean |
supportsSeek()
|
void |
writeLittleEndian16(short value)
|
void |
writeLittleEndian32(int value)
|
Methods inherited from class java.io.RandomAccessFile |
---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.tritonus.share.sampled.file.TDataOutputStream |
---|
close, getFilePointer, length, seek |
Methods inherited from interface java.io.DataOutput |
---|
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
Constructor Detail |
---|
public TSeekableDataOutputStream(java.io.File file) throws java.io.IOException
java.io.IOException
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |