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.OutputStream
AnOutputStream
that allows skipping ahead.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
skip(long count)
Skip ahead in the stream from the current position.
-