|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
org.axiondb.io.AxionInputStream
public abstract class AxionInputStream
AxionInputStream is a generic old InputStream with a little bit of RAF-style seek ability.
Constructor Summary | |
---|---|
AxionInputStream()
|
Method Summary | |
---|---|
abstract long |
getPos()
Return the current offset from the start of the file |
abstract void |
seek(long pos)
Seek to the given offset from the start of the file. |
Methods inherited from class java.io.InputStream |
---|
available, close, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AxionInputStream()
Method Detail |
---|
public abstract void seek(long pos) throws java.io.IOException
java.io.IOException
public abstract long getPos() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |