public abstract class PositionOutputStream extends OutputStream
PositionOutputStream is an interface with the methods needed by
Parquet to write data to a file or Hadoop data stream.| Constructor and Description |
|---|
PositionOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
getPos()
Reports the current position of this output stream.
|
public abstract long getPos()
throws IOException
IOException - when the underlying stream throws IOExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.