Class PositionOutputStream

    • Constructor Detail

      • PositionOutputStream

        public PositionOutputStream()
    • Method Detail

      • getPos

        public abstract long getPos()
                             throws IOException
        Reports the current position of this output stream.
        Returns:
        a long, the current position in bytes starting from 0
        Throws:
        IOException - when the underlying stream throws IOException