public class FlushedInputStream extends BufferedInputStream
in
Constructor and Description |
---|
FlushedInputStream(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
long |
skip(long n) |
available, close, mark, markSupported, read, read, reset
read
public FlushedInputStream(InputStream inputStream)
public long skip(long n) throws IOException
skip
in class BufferedInputStream
IOException
Copyright © 2011–2014. All rights reserved.