public interface StreamMergeAlgorithm
StreamMergeAlgorithms for some commonly-used algorithms.| Modifier and Type | Method and Description |
|---|---|
void |
merge(java.lang.String path,
java.util.List<java.io.InputStream> from,
java.io.OutputStream to)
Merges streams in
from to the stream to. |
void merge(@NonNull
java.lang.String path,
@NonNull
java.util.List<java.io.InputStream> from,
@NonNull
java.io.OutputStream to)
from to the stream to.path - the OS-independent path being mergedfrom - the source streams; must contains at least one elementto - the destination file