private static final class FieldParser.DataLength
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
length |
(package private) boolean |
variable |
Modifier | Constructor and Description |
---|---|
private |
DataLength(boolean variable,
int length) |
Modifier and Type | Method and Description |
---|---|
(package private) static FieldParser.DataLength |
fixed(int length) |
(package private) static FieldParser.DataLength |
variable(int length) |
static FieldParser.DataLength fixed(int length)
static FieldParser.DataLength variable(int length)