|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
org.axiondb.io.AxionOutputStream
public abstract class AxionOutputStream
AxionOutputStream is an OutputStream that can track its position.
| Constructor Summary | |
|---|---|
AxionOutputStream()
|
|
| 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.OutputStream |
|---|
close, flush, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AxionOutputStream()
| Method Detail |
|---|
public abstract long getPos()
throws java.io.IOException
java.io.IOException
public abstract void seek(long pos)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||