Package | Description |
---|---|
net.sf.joafip.store.entity.garbage | |
net.sf.joafip.store.entity.heaprecordable | |
net.sf.joafip.store.service.binary |
Modifier and Type | Method and Description |
---|---|
protected void |
DataRecordIdentifierRBTNode.marshallElement(byte[] binary,
int offset,
DataRecordIdentifier element) |
protected void |
GarbageReferenceLinkRBTNode.marshallElement(byte[] binary,
int offset,
ReferenceLink element) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractHeapRecordableRBTNode.marshallElement(byte[] binary,
int offset,
E element) |
Modifier and Type | Method and Description |
---|---|
void |
ShortConverter.fromBinary(byte[] binary,
int offset) |
void |
ReferenceConverter.fromBinary(byte[] binary,
int offset) |
void |
NullableAndTypedShortConverter.fromBinary(byte[] binary,
int offset) |
void |
NullableAndTypedReferenceConverter.fromBinary(byte[] binary,
int offset) |
void |
NullableAndTypedLongConverter.fromBinary(byte[] binary,
int offset) |
void |
NullableAndTypedIntegerConverter.fromBinary(byte[] binary,
int offset) |
void |
NullableAndTypedFloatConverter.fromBinary(byte[] binary,
int offset) |
void |
NullableAndTypedDoubleConverter.fromBinary(byte[] binary,
int offset) |
void |
NullableAndTypedCharacterConverter.fromBinary(byte[] binary,
int offset) |
void |
NullableAndTypedByteConverter.fromBinary(byte[] binary,
int offset) |
void |
NullableAndTypedBooleanConverter.fromBinary(byte[] binary,
int offset) |
void |
LongConverter.fromBinary(byte[] binary,
int offset) |
void |
IntegerConverter.fromBinary(byte[] binary,
int offset) |
void |
IBinaryConverter.fromBinary(byte[] binary,
int offset)
convert binary to object
can return already existing object for same state, example of Integer.valueOf() |
AbstractConverter |
HelperBinaryConversion.fromBinary(byte[] binary,
int offset)
convert binary to object taking object type in first byte ( nullable flag
and type )
|
void |
FloatConverter.fromBinary(byte[] binary,
int offset) |
void |
DoubleConverter.fromBinary(byte[] binary,
int offset) |
void |
CharacterConverter.fromBinary(byte[] binary,
int offset) |
void |
ByteConverter.fromBinary(byte[] binary,
int offset) |
void |
BooleanConverter.fromBinary(byte[] binary,
int offset) |
AbstractConverter |
HelperBinaryConversion.fromBinary(byte[] binary,
int offset,
ClassInfo classInfo)
convert binary to object
|
int |
HelperBinaryConversion.getType(byte[] binary,
int offset) |
void |
HelperBinaryConversion.initialize(ClassInfoFactory classInfoFactory,
IObjectIOManagerForObjectIO objectIOManager) |
protected int |
AbstractConverter.referencedObject(byte[] binary,
int offset) |
byte[] |
HelperBinaryConversion.toBinary(boolean valueDefined,
Object object,
ClassInfo classInfo) |
int |
ShortConverter.toBinary(byte[] binary,
int offset,
boolean valueDefined,
Object object) |
int |
ReferenceConverter.toBinary(byte[] binary,
int offset,
boolean valueDefined,
Object object) |
int |
NullConverter.toBinary(byte[] binary,
int offset,
boolean valueDefined,
Object object) |
int |
LongConverter.toBinary(byte[] binary,
int offset,
boolean valueDefined,
Object object) |
int |
IntegerConverter.toBinary(byte[] binary,
int offset,
boolean valueDefined,
Object object) |
int |
IBinaryConverter.toBinary(byte[] binary,
int offset,
boolean valueDefined,
Object object)
convert object value to binary
|
int |
FloatConverter.toBinary(byte[] binary,
int offset,
boolean valueDefined,
Object object) |
int |
DoubleConverter.toBinary(byte[] binary,
int offset,
boolean valueDefined,
Object object) |
int |
CharacterConverter.toBinary(byte[] binary,
int offset,
boolean valueDefined,
Object object) |
int |
ByteConverter.toBinary(byte[] binary,
int offset,
boolean valueDefined,
Object object) |
int |
BooleanConverter.toBinary(byte[] binary,
int offset,
boolean valueDefined,
Object object) |
int |
HelperBinaryConversion.toBinary(byte[] binary,
int offset,
ClassInfo classInfo,
boolean valueDefined,
Object object)
convert object value to binary
|
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.