mz_stream_mem_close method

int mz_stream_mem_close(
  1. Pointer<Void> stream
)

Implementation

int mz_stream_mem_close(
  ffi.Pointer<ffi.Void> stream,
) {
  return _mz_stream_mem_close(
    stream,
  );
}