public class BAtoHandle extends Object implements ByteArrayConverter<HGPersistentHandle>
Constructor and Description |
---|
BAtoHandle() |
Modifier and Type | Method and Description |
---|---|
HGPersistentHandle |
fromByteArray(byte[] byteArray,
int offset,
int length) |
static ByteArrayConverter<HGPersistentHandle> |
getInstance(HGHandleFactory handleFactory) |
byte[] |
toByteArray(HGPersistentHandle object) |
public static ByteArrayConverter<HGPersistentHandle> getInstance(HGHandleFactory handleFactory)
public byte[] toByteArray(HGPersistentHandle object)
toByteArray
in interface ByteArrayConverter<HGPersistentHandle>
public HGPersistentHandle fromByteArray(byte[] byteArray, int offset, int length)
fromByteArray
in interface ByteArrayConverter<HGPersistentHandle>
Copyright © 2015. All rights reserved.