|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileDataInput
Method Summary | |
---|---|
int |
bytesPastMark(FileMark mark)
|
long |
bytesRemaining()
|
java.lang.String |
getPath()
|
boolean |
isEOF()
|
FileMark |
mark()
|
void |
reset(FileMark mark)
|
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
long bytesRemaining() throws java.io.IOException
java.io.IOException
FileMark mark()
void reset(FileMark mark) throws java.io.IOException
java.io.IOException
int bytesPastMark(FileMark mark)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |