This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Class and Description |
---|---|
public static class |
Modifier and Type | Field and Description |
---|---|
private int | bp
The current input pointer. |
private ByteBuffer | buf
The buffer containing the currently read class file. |
private static final int | |
private PoolReader | reader
The constant pool reader. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
pack-priv void | |
pack-priv char | |
pack-priv int | |
public String | |
public String | |
public String | |
pack-priv PoolReader. |
bp | back to summary |
---|---|
private int bp The current input pointer. |
buf | back to summary |
---|---|
private ByteBuffer buf The buffer containing the currently read class file. |
INITIAL_BUFFER_SIZE | back to summary |
---|---|
private static final int INITIAL_BUFFER_SIZE |
reader | back to summary |
---|---|
private PoolReader reader The constant pool reader. |
ModuleNameReader | back to summary |
---|---|
public ModuleNameReader() |
checkZero | back to summary |
---|---|
pack-priv void checkZero(int count, String name) throws BadClassFile |
nextChar | back to summary |
---|---|
pack-priv char nextChar() throws BadClassFile Read a character. |
nextInt | back to summary |
---|---|
pack-priv int nextInt() throws BadClassFile Read an integer. |
readModuleName | back to summary |
---|---|
public String readModuleName(Path p) throws IOException, BadClassFile |
readModuleName | back to summary |
---|---|
public String readModuleName(JavaFileObject jfo) throws IOException, BadClassFile |
readModuleName | back to summary |
---|---|
public String readModuleName(InputStream in) throws IOException, BadClassFile |
utf8Mapper | back to summary |
---|---|
pack-priv PoolReader. |
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
pack-priv |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
BadClassFile | back to summary |
---|---|
pack-priv BadClassFile(String msg) |