public class PeekingInputStream extends InputStream
| Constructor and Description |
|---|
PeekingInputStream(InputStream sourceInputStream) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
InputStream |
newInputStream() |
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic PeekingInputStream(InputStream sourceInputStream) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic byte[] getContent()
public InputStream newInputStream() throws IOException
IOExceptionCopyright © 2022 NorStella. All rights reserved.