java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.db.LargeBlock

public class LargeBlock extends Object
  • Field Details

    • SIZE_OFFSET

      public static final int SIZE_OFFSET
      See Also:
      Constant Field Values
    • SIZE_OF_SIZE_FIELD

      public static final int SIZE_OF_SIZE_FIELD
      See Also:
      Constant Field Values
    • HEADER_SIZE

      public static final int HEADER_SIZE
      Size of the header for a large block. The header consists of a int which holds the number of chunks in the block. It is negative for an allocated block and positive for an unallocated block. The header is located at the start of the large block.
    • ENTRIES_IN_CHILD_TABLE

      public static final int ENTRIES_IN_CHILD_TABLE
      See Also:
      Constant Field Values
    • CHILD_TABLE_OFFSET

      public static final int CHILD_TABLE_OFFSET
    • PARENT_OFFSET

      public static final int PARENT_OFFSET
    • PREV_BLOCK_OFFSET

      public static final int PREV_BLOCK_OFFSET
    • NEXT_BLOCK_OFFSET

      public static final int NEXT_BLOCK_OFFSET
    • UNALLOCATED_HEADER_SIZE

      public static final int UNALLOCATED_HEADER_SIZE
  • Constructor Details

    • LargeBlock

      public LargeBlock()