public abstract class PositionedOutputStream extends OutputStream
| Constructor and Description |
|---|
PositionedOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
getBufferSize()
Get the memory size currently allocated as buffer associated with this
stream.
|
abstract void |
getPosition(PositionRecorder recorder)
Record the current position to the recorder.
|
public abstract void getPosition(PositionRecorder recorder) throws IOException
recorder - the object that receives the positionIOExceptionpublic abstract long getBufferSize()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.