getContentTotalLength method

int getContentTotalLength(
  1. Pointer<Void> mmapFilePtr
)

Implementation

int getContentTotalLength(
  ffi.Pointer<ffi.Void> mmapFilePtr,
) {
  return _getContentTotalLength(
    mmapFilePtr,
  );
}