public final class AvailableInputStream extends DelegatingInputStream
| Constructor and Description |
|---|
AvailableInputStream(InputStream delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isAvailable() |
available, mark, markSupported, read, read, read, reset, skippublic AvailableInputStream(InputStream delegate)
public boolean isAvailable()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class DelegatingInputStreamIOExceptionCopyright © 2008–2017. All rights reserved.