Class SegmentParser.ListInfo

    • Field Detail

      • listId

        public final RecordId listId
        Id of this record
      • count

        public final int count
        Number of items in this list
      • size

        public final int size
        Size in bytes of this list
    • Constructor Detail

      • ListInfo

        public ListInfo​(RecordId listId,
                        int count,
                        int size)