|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRandomAccessSource
Method Summary | |
---|---|
long |
getFilePointer()
gets the current location. |
long |
length()
gets the length. |
void |
seek(long newLocation)
sets the location. |
void |
setLength(long length)
sets the length. |
Methods inherited from interface com.fernsroth.easyio.IInputStream |
---|
read, read, read |
Methods inherited from interface com.fernsroth.easyio.IOutputStream |
---|
write, write, write |
Method Detail |
---|
void seek(long newLocation) throws java.io.IOException
newLocation
- the location.
java.io.IOException
long getFilePointer() throws java.io.IOException
java.io.IOException
void setLength(long length) throws java.io.IOException
length
- the length.
java.io.IOException
long length() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |