Package com.ribs

Class RXArchiver.Resource

  • Enclosing class:
    RXArchiver

    public static class RXArchiver.Resource
    extends java.lang.Object
    This inner class represents a named resource associated with an archiver.
    • Constructor Summary

      Constructors 
      Constructor Description
      Resource​(byte[] bytes, java.lang.String aName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(byte[] bytes)  
      byte[] getBytes()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Resource

        public Resource​(byte[] bytes,
                        java.lang.String aName)
    • Method Detail

      • getBytes

        public byte[] getBytes()
      • getName

        public java.lang.String getName()
      • equals

        public boolean equals​(byte[] bytes)