Uses of Enum Class
com.github.luben.zstd.EndDirective
Packages that use EndDirective
-
Uses of EndDirective in com.github.luben.zstd
Subclasses with type arguments of type EndDirective in com.github.luben.zstdModifier and TypeClassDescriptionenumEnum that expresses desired flushing for a streaming compression call.Methods in com.github.luben.zstd that return EndDirectiveModifier and TypeMethodDescriptionstatic EndDirectiveReturns the enum constant of this class with the specified name.static EndDirective[]EndDirective.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.luben.zstd with parameters of type EndDirectiveModifier and TypeMethodDescriptionbooleanZstdCompressCtx.compressDirectByteBufferStream(ByteBuffer dst, ByteBuffer src, EndDirective endOp)