|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndianType | |
---|---|
com.j256.simplemagic.endian | Endian classes which convert binary data from different machine formats. |
com.j256.simplemagic.types | Various types which do the pattern matching. |
Uses of EndianType in com.j256.simplemagic.endian |
---|
Methods in com.j256.simplemagic.endian that return EndianType | |
---|---|
static EndianType |
EndianType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EndianType[] |
EndianType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of EndianType in com.j256.simplemagic.types |
---|
Constructors in com.j256.simplemagic.types with parameters of type EndianType | |
---|---|
DoubleType(EndianType endianType)
|
|
FloatType(EndianType endianType)
|
|
Id3LengthType(EndianType endianType)
|
|
IntegerType(EndianType endianType)
|
|
LocalDateType(EndianType endianType)
|
|
LocalLongDateType(EndianType endianType)
|
|
LongType(EndianType endianType)
|
|
ShortType(EndianType endianType)
|
|
UtcDateType(EndianType endianType)
|
|
UtcLongDateType(EndianType endianType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |