|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TDataOutputStream
Interface for the file writing classes.
Like that it is possible to write to a file without knowing the length before.
Method Summary | |
---|---|
void |
close()
|
long |
getFilePointer()
|
long |
length()
|
void |
seek(long position)
|
boolean |
supportsSeek()
|
void |
writeLittleEndian16(short value)
|
void |
writeLittleEndian32(int value)
|
Methods inherited from interface java.io.DataOutput |
---|
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
Method Detail |
---|
boolean supportsSeek()
void seek(long position) throws java.io.IOException
java.io.IOException
long getFilePointer() throws java.io.IOException
java.io.IOException
long length() throws java.io.IOException
java.io.IOException
void writeLittleEndian32(int value) throws java.io.IOException
java.io.IOException
void writeLittleEndian16(short value) throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |