public abstract class AxionOutputStream
extends java.io.OutputStream
Constructor and Description |
---|
AxionOutputStream() |
Modifier and Type | Method and Description |
---|---|
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.
|
public abstract long getPos() throws java.io.IOException
java.io.IOException
public abstract void seek(long pos) throws java.io.IOException
java.io.IOException