menu
zstandard_native package
documentation
zstandard_native_bindings.dart
ZstandardNativeBindings
ZSTD_sizeof_CStream method
ZSTD_sizeof_CStream method
dark_mode
light_mode
ZSTD_sizeof_CStream
method
int
ZSTD_sizeof_CStream
(
Pointer
<
ZSTD_CCtx
>
zcs
)
Implementation
int ZSTD_sizeof_CStream( ffi.Pointer<ZSTD_CStream> zcs, ) { return _ZSTD_sizeof_CStream( zcs, ); }
zstandard_native package
documentation
zstandard_native_bindings
ZstandardNativeBindings
ZSTD_sizeof_CStream method
ZstandardNativeBindings class