mz_stream_copy_to_end method

int mz_stream_copy_to_end(
  1. Pointer<Void> target,
  2. Pointer<Void> source
)

Implementation

int mz_stream_copy_to_end(
  ffi.Pointer<ffi.Void> target,
  ffi.Pointer<ffi.Void> source,
) {
  return _mz_stream_copy_to_end(
    target,
    source,
  );
}