![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
A private class to read lines from the input stream in the special escaped ".properties" format. More...
Public Member Functions | |
LineReader (Stream stream) | |
Construct the LineReader with a stream to read from. More... | |
int | ReadLine () |
Read a line in the specialised ".properties" format. More... | |
Public Attributes | |
char[] | lineBuffer = new char[1024] |
After calling ReadLine, holds the characters of the line read. More... | |
A private class to read lines from the input stream in the special escaped ".properties" format.
PushTechnology.DiffusionCore.PropertyHandler.JavaProperties.LineReader.LineReader | ( | Stream | stream | ) |
Construct the LineReader with a stream to read from.
stream | The stream to be read from - it is then wrapped in a StreamReader. |
int PushTechnology.DiffusionCore.PropertyHandler.JavaProperties.LineReader.ReadLine | ( | ) |
Read a line in the specialised ".properties" format.
char [] PushTechnology.DiffusionCore.PropertyHandler.JavaProperties.LineReader.lineBuffer = new char[1024] |
After calling ReadLine, holds the characters of the line read.