@NotStorableClass public abstract class Abstract8BitsConverter extends AbstractConverter
Modifier and Type | Field and Description |
---|---|
static int |
BYTE_SIZE
1 byte for flags and 1 byte for 8 bits data
|
helperBinaryConversion, objectFromBinary, offsetFromBinary, valueDefinedFromBinary
Constructor and Description |
---|
Abstract8BitsConverter() |
Modifier and Type | Method and Description |
---|---|
int |
byteSize() |
protected byte |
fromBinary8Bits(byte[] binary,
int offset) |
protected int |
toBinary8Bits(byte[] binary,
int offset,
byte byteValue,
boolean valueDefined,
boolean isNull,
byte typeCode) |
assertBound, initialize, referencedObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromBinary, toBinary
public static final int BYTE_SIZE
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.