public abstract class BrowseInputStream extends InputStream
Enables browsing the content of the ServerInputStream
without consuming
bytes of the ServerInputStream
.
Please be aware that this is non-blocking and acts similar to an
ServerInputStream
.
ServerInputStream
Constructor and Description |
---|
BrowseInputStream() |
Modifier and Type | Method and Description |
---|---|
abstract int |
available() |
abstract int |
read() |
close, mark, markSupported, read, read, reset, skip
public abstract int read() throws IOException, NoAvailableInputException
read
in class InputStream
IOException
NoAvailableInputException
public abstract int available() throws IOException
available
in class InputStream
IOException
Copyright © 2005–2016. All rights reserved.