| Package | Description |
|---|---|
| cn.t.util.jvm | |
| cn.t.util.jvm.datatype.base | |
| cn.t.util.jvm.datatype.reader | |
| cn.t.util.jvm.exception |
| Modifier and Type | Method and Description |
|---|---|
static ConstantsPoolDataType |
ConstantsPoolDataType.getConstantsPoolDataType(byte value) |
static ConstantsPoolDataType |
ConstantsPoolDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantsPoolDataType[] |
ConstantsPoolDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
ConstantsReader.doReadDataType(ConstantsPoolDataType poolDataType,
DataInputStream dataInputStream) |
| Modifier and Type | Field and Description |
|---|---|
protected ConstantsPoolDataType |
DataType.constantsPoolDataType |
| Modifier and Type | Method and Description |
|---|---|
ConstantsPoolDataType |
DataType.getConstantsPoolDataType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataType.setConstantsPoolDataType(ConstantsPoolDataType constantsPoolDataType) |
| Constructor and Description |
|---|
BytesDataType(ConstantsPoolDataType constantsPoolDataType,
byte[] bytes) |
DataType(ConstantsPoolDataType constantsPoolDataType) |
LengthBytesDataType(ConstantsPoolDataType constantsPoolDataType,
short length) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataTypeReader.support(ConstantsPoolDataType dataType) |
boolean |
AbstractDataTypeReader.support(ConstantsPoolDataType dataType) |
| Constructor and Description |
|---|
AbstractDataTypeReader(ConstantsPoolDataType constantsPoolDataType) |
| Constructor and Description |
|---|
DataTypeReaderNotFoundException(ConstantsPoolDataType constantsPoolDataType) |
Copyright © 2019. All rights reserved.