Class DummyPositionSensitiveRecordWithChildren

All Implemented Interfaces:
PositionDependentRecord

public final class DummyPositionSensitiveRecordWithChildren extends PositionDependentRecordContainer
If we come across a record we know has children of (potential) interest, but where the record itself is boring, but where other records may care about where this one lives, we create one of these. It allows us to get at the children, and track where on disk this is, but not much else. Anything done using this should quite quickly be transitioned to its own proper record class!
Author:
Nick Burch
  • Constructor Details

    • DummyPositionSensitiveRecordWithChildren

      protected DummyPositionSensitiveRecordWithChildren(byte[] source, int start, int len)
      Create a new holder for a boring record with children, but with position dependent characteristics
  • Method Details