public class HttpProtocolInputStream extends InputStream
| Constructor and Description |
|---|
HttpProtocolInputStream(org.smallmind.nutsnbolts.io.ByteArrayIOStream.ByteArrayInputStream byteArrayInputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
mark(int readlimit) |
int |
read() |
String |
readLine() |
void |
reset() |
available, close, markSupported, read, read, skippublic HttpProtocolInputStream(org.smallmind.nutsnbolts.io.ByteArrayIOStream.ByteArrayInputStream byteArrayInputStream)
public void mark(int readlimit)
mark in class InputStreampublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic String readLine() throws IOException
IOExceptionCopyright © 2017. All rights reserved.