StorageFormat
Implementation of the storage format. See the storage format specification for more information
Since
0.1.0
Parameters
The major version of the storage format
The minor version of the storage format
The constant of the package name
The constant pool
The classes
The fields
The methods
Inheritors
Constructors
Properties
The classes See the storage format specification for more information
The constant pool See the storage format specification for more information
The fields See the storage format specification for more information
The magic number of the storage format is used to identify the storage format. It is always the same. See the storage format specification for more information
The major version of the storage format See the storage format specification for more information
The methods See the storage format specification for more information
The minor version of the storage format See the storage format specification for more information
The package name This is a shortcut for constantPool.getUtf8(packageNameConstant).value
See the storage format specification for more information
The constant of the package name See the storage format specification