public abstract class PositionOutputStream
extends java.io.OutputStream
| Constructor and Description |
|---|
PositionOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
getPos()
Return the current position in the OutputStream.
|
long |
storedLength()
Return the current stored length of the output.
|
public abstract long getPos()
throws java.io.IOException
java.io.IOException - If the underlying stream throws IOExceptionpublic long storedLength()
throws java.io.IOException
java.io.IOException - If the underlying stream throws IOException