public class CodeReader extends LineNumberReader
| Constructor and Description |
|---|
CodeReader(File inputFile,
String CodeLineDelimiter) |
CodeReader(Reader reader) |
CodeReader(String codeText,
String CodeLineDelimiter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNextCodeLine() |
getLineNumber, mark, read, read, readLine, reset, setLineNumber, skipclose, lines, markSupported, readypublic CodeReader(File inputFile, String CodeLineDelimiter) throws IOException
IOExceptionpublic CodeReader(String codeText, String CodeLineDelimiter) throws IOException
IOExceptionpublic CodeReader(Reader reader) throws IOException
IOExceptionpublic String getNextCodeLine() throws IOException
IOExceptionCopyright © 2019 SMYLD. All rights reserved.