fulmine.protocol.specification
Class ByteConstants
java.lang.Object
fulmine.protocol.specification.ByteConstants
public final class ByteConstants
- extends Object
Holds a range of constants and byte masks.
- Author:
- Ramon Servadei
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENCODING
public static final String ENCODING
- The string encoding, UTF8
- See Also:
- Constant Field Values
bitShiftForByteOrdinal
public static final long[] bitShiftForByteOrdinal
- Bit shifts to access the byte ordinal that the index represents. E.g.
bitShiftForByteOrdinal[2] has a value of 8 which is the number of bits to
right shift an integral to access the 2nd byte.
ByteConstants
public ByteConstants()
Copyright © 2007-2009. All Rights Reserved.