Package com.adobe.internal.io.stream
Class SkippingOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- com.adobe.internal.io.stream.SkippingOutputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public abstract class SkippingOutputStream extends java.io.OutputStreamAnOutputStreamthat allows skipping ahead.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidskip(long count)Skip ahead in the stream from the current position.
-