Class SkippingOutputStream

java.lang.Object
java.io.OutputStream
com.adobe.internal.io.stream.SkippingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public abstract class SkippingOutputStream extends OutputStream
An OutputStream that allows skipping ahead.
  • Method Details

    • 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