/** * <b>Note that the return value from this function should be interpreted as an unsigned integer, * for instance using Util.unsign(...).</b> */ public short getRawSbDevId() { return Util.readShortBE(sbDevId); }
/** * <b>Note that the return value from this function should be interpreted as an unsigned integer, * for instance using Util.unsign(...).</b> */ public short getRawSbDrvrCount() { return Util.readShortBE(sbDrvrCount); }
/** * <b>Note that the return value from this function should be interpreted as an unsigned integer, * for instance using Util.unsign(...).</b> */ public short getRawSbBlkSize() { return Util.readShortBE(sbBlkSize); }
/** * <b>Note that the return value from this function should be interpreted as an unsigned integer, * for instance using Util.unsign(...).</b> */ public short getRawSbDevType() { return Util.readShortBE(sbDevType); }
/** * <b>Note that the return value from this function should be interpreted as an unsigned integer, * for instance using Util.unsign(...).</b> */ public short getRawSbSig() { return Util.readShortBE(sbSig); }
/** number of allocation blocks */ public short getXdrNumABlks() { return Util.readShortBE(xdrNumABlks); }
/** first allocation block */ public short getXdrStABN() { return Util.readShortBE(xdrStABN); }
/** * The manner in which folders are displayed; this is set by the user with commands from the View * menu of the Finder. */ public short getFrView() { return Util.readShortBE(frView); }
/** Reserved. */ public short getFrFlags() { return Util.readShortBE(frFlags); }