Class LZ4.Builder
java.lang.Object
io.activej.common.builder.AbstractBuilder<LZ4.Builder,LZ4>
io.activej.csp.process.frame.impl.LZ4.Builder
- All Implemented Interfaces:
io.activej.common.builder.Builder<LZ4>,io.activej.common.initializer.WithInitializer<LZ4.Builder>
- Enclosing class:
- LZ4
-
Method Summary
Modifier and TypeMethodDescriptionprotected LZ4doBuild()withCompressionLevel(int compressionLevel) withLZ4Factory(net.jpountz.lz4.LZ4Factory factory) Methods inherited from class io.activej.common.builder.AbstractBuilder
build, checkNotBuilt, isBuiltMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.activej.common.initializer.WithInitializer
initialize, set, setIf, setIfNotNull
-
Method Details
-
withLZ4Factory
-
withHighCompression
-
withCompressionLevel
-
doBuild
- Specified by:
doBuildin classio.activej.common.builder.AbstractBuilder<LZ4.Builder,LZ4>
-