@NotStorableClass public abstract class Abstract32BitsConverter extends AbstractConverter
Modifier and Type | Field and Description |
---|---|
static int |
BYTE_SIZE
1 byte for flags and 4 bytes for 32 bits data
|
helperBinaryConversion, objectFromBinary, offsetFromBinary, valueDefinedFromBinary
Constructor and Description |
---|
Abstract32BitsConverter() |
Modifier and Type | Method and Description |
---|---|
int |
byteSize() |
protected int |
fromBinary32Bits(byte[] binary,
int offset) |
protected int |
toBinary32Bits(byte[] binary,
int offset,
int value,
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.