Class HttpProtocolInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.smallmind.web.reverse.http1_1.HttpProtocolInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class HttpProtocolInputStream extends InputStream
-
-
Constructor Summary
Constructors Constructor Description HttpProtocolInputStream(org.smallmind.nutsnbolts.io.ByteArrayIOStream.ByteArrayInputStream byteArrayInputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmark(int readlimit)intread()StringreadLine()voidreset()-
Methods inherited from class java.io.InputStream
available, close, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, skip, transferTo
-
-
-
-
Method Detail
-
mark
public void mark(int readlimit)
- Overrides:
markin classInputStream
-
reset
public void reset() throws IOException- Overrides:
resetin classInputStream- Throws:
IOException
-
read
public int read() throws IOException- Specified by:
readin classInputStream- Throws:
IOException
-
readLine
public String readLine() throws IOException
- Throws:
IOException
-
-