@NotStorableClass public abstract class Abstract64BitsConverter extends AbstractConverter
| Modifier and Type | Field and Description |
|---|---|
static int |
BYTE_SIZE
1 byte for flags and 8 bytes for 64 bits data
|
helperBinaryConversion, objectFromBinary, offsetFromBinary, valueDefinedFromBinary| Constructor and Description |
|---|
Abstract64BitsConverter() |
| Modifier and Type | Method and Description |
|---|---|
int |
byteSize() |
protected long |
fromBinary64Bits(byte[] binary,
int offset) |
protected int |
toBinary64Bits(byte[] binary,
int offset,
long value,
boolean valueDefined,
boolean isNull,
byte typeCode) |
assertBound, initialize, referencedObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromBinary, toBinarypublic static final int BYTE_SIZE
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.