|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileDataInput
Method Summary | |
---|---|
int |
bytesPastMark()
|
long |
getAbsolutePosition()
|
java.lang.String |
getPath()
|
boolean |
isEOF()
|
void |
mark()
|
void |
reset()
|
Methods inherited from interface java.io.DataInput |
---|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
Methods inherited from interface java.io.Closeable |
---|
close |
Method Detail |
---|
java.lang.String getPath()
boolean isEOF() throws java.io.IOException
java.io.IOException
void mark()
void reset() throws java.io.IOException
java.io.IOException
int bytesPastMark()
long getAbsolutePosition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |