Index
B C D F G H I L M N R S T U V
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
R
- readNextChunk(InputStream, long, long) - Method in interface de.zabuza.fastcdc4j.external.chunking.IterativeStreamChunkerCore
-
Reads the next chunk from the given data stream.
- readNextChunk(InputStream, long, long) - Method in class de.zabuza.fastcdc4j.internal.chunking.FastCdcChunkerCore
- readNextChunk(InputStream, long, long) - Method in class de.zabuza.fastcdc4j.internal.chunking.FixedSizeChunkerCore
- readNextChunk(InputStream, long, long) - Method in class de.zabuza.fastcdc4j.internal.chunking.NlfiedlerRustChunkerCore
- require(boolean, String) - Static method in class de.zabuza.fastcdc4j.internal.util.Validations
-
Throws
IllegalArgumentExceptionif the given predicate resolves to false. - require(boolean, Function<? super String, E>, String) - Static method in class de.zabuza.fastcdc4j.internal.util.Validations
-
Throws the given exception if the predicate resolves to false.
- require(Predicate<? super T>, T, String) - Static method in class de.zabuza.fastcdc4j.internal.util.Validations
-
Throws
IllegalArgumentExceptionif the given predicate resolves to true. - require(Predicate<? super T>, T, Function<? super String, E>, String) - Static method in class de.zabuza.fastcdc4j.internal.util.Validations
-
Throws the given exception if the predicate resolves to false.
- requireNotThrow(Class<E>, Runnable, String) - Static method in class de.zabuza.fastcdc4j.internal.util.Validations
-
Throws
IllegalArgumentExceptionif the runnable throws the given expected exception. - requirePositive(int, String) - Static method in class de.zabuza.fastcdc4j.internal.util.Validations
-
Throws
IllegalArgumentExceptionif the given value is not positive, i.e. when it is negative. - requirePositive(long, String) - Static method in class de.zabuza.fastcdc4j.internal.util.Validations
-
Throws
IllegalArgumentExceptionif the given value is not positive, i.e. when it is negative. - requirePositiveNonZero(int, String) - Static method in class de.zabuza.fastcdc4j.internal.util.Validations
-
Throws
IllegalArgumentExceptionif the given value is not positive or zero, i.e. when it is negative or zero. - requirePositiveNonZero(long, String) - Static method in class de.zabuza.fastcdc4j.internal.util.Validations
-
Throws
IllegalArgumentExceptionif the given value is not positive or zero, i.e. when it is negative or zero. - RTPAL - de.zabuza.fastcdc4j.external.chunking.HashTableOption
-
Table used by RTPal.
All Classes|All Packages