public class BytecodeVersion
extends java.lang.Object
| Constructor and Description |
|---|
BytecodeVersion(int bytes) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBytes()
The four bytes represented as Java int: the lower two bytes are the major version, the higher
ones are the minor version.
|