接口 RandomAccessData

    • 方法详细资料

      • getSubsection

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

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