/**
  * <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);
 }
Esempio n. 6
0
 /** number of allocation blocks */
 public short getXdrNumABlks() {
   return Util.readShortBE(xdrNumABlks);
 }
Esempio n. 7
0
 /** first allocation block */
 public short getXdrStABN() {
   return Util.readShortBE(xdrStABN);
 }
Esempio n. 8
0
 /**
  * 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);
 }
Esempio n. 9
0
 /** Reserved. */
 public short getFrFlags() {
   return Util.readShortBE(frFlags);
 }