Class ResourceAvailability


  • public class ResourceAvailability
    extends java.lang.Object
    This class contains static information regarding the resource availability of a ScripTouch device.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getNumberAvailable()
      Returns the number of indexes available for resources.
      int[] getReserved()
      Reserved for future use.
      int getSpaceAvailable()
      Returns the amount of space available in bytes.
      java.lang.String toString()
      Prints this object as a human readable string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Prints this object as a human readable string.
        Overrides:
        toString in class java.lang.Object
        Returns:
        Human readable string.
      • getNumberAvailable

        public int getNumberAvailable()
        Returns the number of indexes available for resources.
        Returns:
        Number of indexes available
      • getSpaceAvailable

        public int getSpaceAvailable()
        Returns the amount of space available in bytes.
        Returns:
        Space available in bytes.
      • getReserved

        public int[] getReserved()
        Reserved for future use.
        Returns:
        Reserved for future use.