public static class
Properties.LineReader
extends Object
Read in a "logical line" from an InputStream/Reader, skip all comment and blank lines and filter out those leading whitespace characters ( , and ) from the beginning of a "natural line". Method returns the char length of the "logical line" and stores the line in "lineBuf".
Public Constructor Summary
LineReader(InputStream inStream)
|
|
LineReader(Reader reader)
|