Class Allocation

    • Field Detail

      • data

        public final byte[] data
        The array containing the allocated space. The allocated space might not be at the start of the array, and so offset must be used when indexing into it.
      • offset

        public final int offset
        The offset of the allocated space in data.
    • Constructor Detail

      • Allocation

        public Allocation​(byte[] data,
                          int offset)
        Parameters:
        data - The array containing the allocated space.
        offset - The offset of the allocated space in data.