140141142143144145146147148149150
if (isWhitespace(line.charAt(startOfValue))) { startOfValue++; } value = line.substring(startOfValue).trim(); if (value.equals(DSCConstants.ATEND.toString())) { return new DSCAtend(name); } } String nextLine; while (true) { this.reader.mark(512);
132133134135136137138139140141142
136137138139140141142143144145146
129130131132133134135136137138139
if (isWhitespace(line.charAt(startOfValue))) { startOfValue++; } value = line.substring(startOfValue).trim(); if (value.equals(DSCConstants.ATEND.toString())) { return new DSCAtend(name); } String nextLine; while (true) { this.reader.mark(512); nextLine = readLine();