public class UnpickV2Reader
extends java.lang.Object
implements java.io.Closeable
UnpickV2Reader.Visitor.| Modifier and Type | Class and Description |
|---|---|
static interface |
UnpickV2Reader.TargetMethodDefinitionVisitor |
static interface |
UnpickV2Reader.Visitor
A visitor for visiting the structure of .unpick v2 format text
|
| Constructor and Description |
|---|
UnpickV2Reader(java.io.InputStream definitionsStream)
Creates a new reader from an input stream
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(UnpickV2Reader.Visitor visitor)
Makes
visitor visit the structure of the parsed file |
void |
close() |
public UnpickV2Reader(java.io.InputStream definitionsStream)
definitionsStream - a stream of text in
.unpick v2 formatpublic void accept(UnpickV2Reader.Visitor visitor)
visitor visit the structure of the parsed filevisitor - the visitorpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException