Interface RandomAccessData

    • Method Detail

      • getSubsection

        RandomAccessData getSubsection​(long offset,
                                       long length)
        Returns a new RandomAccessData for a specific subsection of this data.
        Parameters:
        offset - the offset of the subsection
        length - the length of the subsection
        Returns:
        the subsection data
      • getSize

        long getSize()
        Returns the size of the data.
        Returns:
        the size