public class HttpInputStreamImpl extends Object implements IHttpInputStream
| Constructor and Description |
|---|
HttpInputStreamImpl(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readBytes(int aLength) |
String |
readerUntilColonOrCrlf() |
String |
readUntilCrlf() |
String |
readUntilSpace() |
public HttpInputStreamImpl(InputStream in)
public String readUntilSpace() throws IOException
readUntilSpace in interface IHttpInputStreamIOExceptionpublic String readUntilCrlf() throws IOException
readUntilCrlf in interface IHttpInputStreamIOExceptionpublic String readerUntilColonOrCrlf() throws IOException
readerUntilColonOrCrlf in interface IHttpInputStreamIOExceptionpublic byte[] readBytes(int aLength)
throws IOException
readBytes in interface IHttpInputStreamIOExceptionCopyright © 2021. All rights reserved.