getBlobAlignment method

int getBlobAlignment(
  1. IStatus status
)

Implementation

int getBlobAlignment(IStatus status) {
  final res = _getBlobAlignment(self, status.self);
  status.checkStatus();
  return res;
}