Package com.adobe.internal.io.stream
Class SkippingOutputStream
java.lang.Object
java.io.OutputStream
com.adobe.internal.io.stream.SkippingOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
An
OutputStream that allows skipping ahead.-
Method Summary
Modifier and TypeMethodDescriptionabstract voidskip(long count) Skip ahead in the stream from the current position.Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write, write, write
-
Method Details
-
skip
Skip ahead in the stream from the current position.- Parameters:
count- number of bytes to skip ahead from the current position- Throws:
IOException
-