Package snap.props

Class PropArchiver.Resource

java.lang.Object
snap.props.PropArchiver.Resource
Enclosing class:
PropArchiver

public static class PropArchiver.Resource extends Object
This inner class represents a named resource associated with an archiver.
  • Constructor Details

    • Resource

      public Resource(String aName, byte[] theBytes)
  • Method Details

    • getName

      public String getName()
    • getBytes

      public byte[] getBytes()
    • equalsBytes

      public boolean equalsBytes(byte[] bytes)