Class SkippingOutputStream

    • Method Detail

      • skip

        public abstract void skip​(long count)
                           throws IOException
        Skip ahead in the stream from the current position.
        Parameters:
        count - number of bytes to skip ahead from the current position
        Throws:
        IOException