public class VBCodeReader extends CodeReader
| Constructor | Description |
|---|---|
VBCodeReader(java.io.File codeFile) |
|
VBCodeReader(java.lang.String codeText) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getNextCodeLine() |
getLineNumber, mark, read, read, readLine, reset, setLineNumber, skippublic VBCodeReader(java.lang.String codeText)
throws java.io.IOException
java.io.IOExceptionpublic VBCodeReader(java.io.File codeFile)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getNextCodeLine()
throws java.io.IOException
getNextCodeLine in class CodeReaderjava.io.IOExceptionCopyright © 2019 SMYLD. All rights reserved.