Class TextHeaderAtom

All Implemented Interfaces:
GenericRecord, ParentAwareRecord

public final class TextHeaderAtom extends RecordAtom implements ParentAwareRecord
A TextHeaderAtom (type 3999). Holds information on what kind of text is contained in the TextBytesAtom / TextCharsAtom that follows straight after
  • Field Details

    • _type

      public static final long _type
  • Constructor Details

    • TextHeaderAtom

      public TextHeaderAtom()
      Create a new TextHeader Atom, for an unknown type of text
  • Method Details