public interface IHttpInputStream
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readBytes(int aLength) |
String |
readerUntilColonOrCrlf() |
String |
readUntilCrlf() |
String |
readUntilSpace() |
String readUntilSpace() throws IOException
IOExceptionString readUntilCrlf() throws IOException
IOExceptionString readerUntilColonOrCrlf() throws IOException
IOExceptionbyte[] readBytes(int aLength)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.