mz_zip_goto_entry method

int mz_zip_goto_entry(
  1. Pointer<Void> handle,
  2. int cd_pos
)

Implementation

int mz_zip_goto_entry(
  ffi.Pointer<ffi.Void> handle,
  int cd_pos,
) {
  return _mz_zip_goto_entry(
    handle,
    cd_pos,
  );
}