Class SingleResourceData


  • public class SingleResourceData
    extends java.lang.Object
    Format of resource data for a single resource.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getData()
      Returns the resource data for this resource.
      int getLength()
      Returns the length of the following resource.
      • Methods inherited from class java.lang.Object

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

      • SingleResourceData

        public SingleResourceData​(BinaryReader reader)
                           throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getLength

        public int getLength()
        Returns the length of the following resource.
        Returns:
        the length of the following resource
      • getData

        public byte[] getData()
        Returns the resource data for this resource.
        Returns:
        the resource data for this resource