Uses of Class
com.github.luben.zstd.EndDirective
-
Packages that use EndDirective Package Description com.github.luben.zstd -
-
Uses of EndDirective in com.github.luben.zstd
Methods in com.github.luben.zstd that return EndDirective Modifier and Type Method Description static EndDirectiveEndDirective. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EndDirective[]EndDirective. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.luben.zstd with parameters of type EndDirective Modifier and Type Method Description booleanZstdCompressCtx. compressDirectByteBufferStream(java.nio.ByteBuffer dst, java.nio.ByteBuffer src, EndDirective endOp)Compress as much of thesrcByteBufferinto thedstByteBufferas possible.
-