Method | Description | |
---|---|---|
ReadLineAsAscii ( Stream stream ) : String |
Read a line from the stream. ReadLineAsBytes for more documentation.
|
Method | Description | |
---|---|---|
ReadLineAsBytes ( Stream stream ) : Byte[] |
Read a line from the stream. A line is interpreted as all the bytes read until a CRLF or LF is encountered.
|
public static ReadLineAsAscii ( Stream stream ) : String | ||
stream | Stream | The stream to read from |
return | String |