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 © 2019 Hazelcast, Inc.. All Rights Reserved.