public abstract class InputSteamDecorator extends InputStream
InputStream| Constructor and Description |
|---|
InputSteamDecorator(InputStream inputStream)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputStream |
getInputStream()
Getter for inputStream.
|
available, mark, markSupported, read, read, read, reset, skippublic InputSteamDecorator(InputStream inputStream)
inputStream - decorated input streampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic InputStream getInputStream()
Copyright © 2020. All rights reserved.