public class FlushedInputStream extends FilterInputStream
in
Constructor and Description |
---|
FlushedInputStream(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
long |
skip(long n) |
available, close, mark, markSupported, read, read, read, reset
public FlushedInputStream(InputStream inputStream)
public long skip(long n) throws IOException
skip
in class FilterInputStream
IOException
Copyright © 2011-2015. All Rights Reserved.