Package | Description |
---|---|
net.sf.jiapi.file |
This package contains a low level representation of the Java class file format.
|
Modifier and Type | Method and Description |
---|---|
static ClassFile |
ClassFile.parse(InputStream is)
Parse InputStream and create an instance of ClassFile from stream.
|
static ClassFile |
ClassFile.parse(String fileName)
Parse given file and create an instance of ClassFile from it.
|
Copyright © 2017. All rights reserved.