Uses of Enum Class
com.github.luben.zstd.EndDirective
Packages that use EndDirective
-
Uses of EndDirective in com.github.luben.zstd
Methods in com.github.luben.zstd that return EndDirectiveModifier and TypeMethodDescriptionstatic EndDirective
Returns 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 TypeMethodDescriptionboolean
ZstdCompressCtx.compressDirectByteBufferStream
(ByteBuffer dst, ByteBuffer src, EndDirective endOp)