Index

B C D F G H I L M N R S T U V 
All Classes|All Packages

F

FAST_CDC - de.zabuza.fastcdc4j.external.chunking.ChunkerOption
The original FastCDC algorithm.
FAST_CDC - de.zabuza.fastcdc4j.external.chunking.MaskOption
The mask layout used in the original FastCDC algorithm.
fastCdc() - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the builder to a configuration for the original FastCDC algorithm.
FastCdcChunkerCore - Class in de.zabuza.fastcdc4j.internal.chunking
Implementation of an iterative stream chunker core that chunks according to the FastCDC algorithm (by Wen Xia et al
FastCdcChunkerCore(int, int, int, long[], long, long) - Constructor for class de.zabuza.fastcdc4j.internal.chunking.FastCdcChunkerCore
Creates a new core.
FIXED_SIZE_CHUNKING - de.zabuza.fastcdc4j.external.chunking.ChunkerOption
The baseline algorithm chunking each x-th byte.
FixedSizeChunkerCore - Class in de.zabuza.fastcdc4j.internal.chunking
Implementation of an iterative stream chunker core that splits data into chunks of equal size, known as Fixed-Size-Chunking.
FixedSizeChunkerCore(int) - Constructor for class de.zabuza.fastcdc4j.internal.chunking.FixedSizeChunkerCore
Creates a new core.
FlatIterator<X,​Y> - Class in de.zabuza.fastcdc4j.internal.util
Iterator that flattens an iterator over other iterators.
FlatIterator(Iterator<? extends X>, Function<? super X, ? extends Iterator<Y>>) - Constructor for class de.zabuza.fastcdc4j.internal.util.FlatIterator
Creates a new flat iterator that flattens the given iterator on-the-fly.
fsc() - Method in class de.zabuza.fastcdc4j.external.chunking.ChunkerBuilder
Sets the builder to a configuration for the baseline Fixed-Size-Chunking algorithm.
B C D F G H I L M N R S T U V 
All Classes|All Packages