public abstract class SkippingOutputStream extends OutputStream
OutputStream that allows skipping ahead.| Modifier and Type | Method and Description |
|---|---|
abstract void |
skip(long count)
Skip ahead in the stream from the current position.
|
public abstract void skip(long count)
throws IOException
count - number of bytes to skip ahead from the current positionIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved