public interface ByteArrayProcessor
Modifier and Type | Method and Description |
---|---|
byte[] |
process(byte[] src) |
byte[] |
process(byte[] src,
int offset,
int length) |
byte[] |
process(byte[] src,
int offset,
int length,
byte[] dst) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.