public interface Splitting
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 Combining via
CombiningSplitting.
CombiningSplitting,
ConcatAlgorithm| Modifier and Type | Method and Description |
|---|---|
byte[][] |
split(byte[] combined)
Splits input (that was combined earlier) back to original.
|
Copyright © 2019. All rights reserved.