| Package | Description |
|---|---|
| org.coodex.util |
| Modifier and Type | Method and Description |
|---|---|
static ByteArrayBuilder.Endianness |
ByteArrayBuilder.Endianness.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteArrayBuilder.Endianness[] |
ByteArrayBuilder.Endianness.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ByteArrayBuilder |
ByteArrayBuilder.append(CRC.Algorithm algorithm,
ByteArrayBuilder.Endianness endianness) |
ByteArrayBuilder |
ByteArrayBuilder.append(CRC.Algorithm algorithm,
int off,
int len,
ByteArrayBuilder.Endianness endianness) |
ByteArrayBuilder |
ByteArrayBuilder.append(int i,
ByteArrayBuilder.Endianness endianness) |
ByteArrayBuilder |
ByteArrayBuilder.append(long l,
ByteArrayBuilder.Endianness endianness) |
ByteArrayBuilder |
ByteArrayBuilder.append(short word,
ByteArrayBuilder.Endianness endianness) |
| Constructor and Description |
|---|
ByteArrayBuilder(ByteArrayBuilder.Endianness endianness) |
Copyright © 2018. All rights reserved.