public interface ByteArrayConverter<T>
A utility interface to define mappings between byte []
and object instances.
Modifier and Type | Method and Description |
---|---|
T |
fromByteArray(byte[] byteArray,
int offset,
int length) |
byte[] |
toByteArray(T object) |
Copyright © 2015. All rights reserved.