public interface SplitAlgorithm
Algorithm that is able to split one input into two originals. These algorithms should know by what method was the
input combined for the first time. This is why they are usually used together with CombineAlgorithm via
CombineSplitAlgorithm.
CombineSplitAlgorithm,
ConcatAlgorithm| Modifier and Type | Method and Description |
|---|---|
byte[][] |
split(byte[] combined)
Splits input (that was combined earlier) back to original.
|
Copyright © 2015. All rights reserved.