You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contains all the linking of one item to others via typed references.
All references for one item of a specific type are collected into a single item type reference box.
Properties
Name
Type
Description
Notes
Children
ObservableCollection
Observable collection of the references.
Methods
Name
Type
Description
Notes
toString()
String
Text summary of the box.
Fields
Name
Type
Description
Notes
references
List
List of references.
Constructors
Name
Description
Parameters
ItemReferenceBox
Create the box object from the bitstream, box size and start position.
BitStreamReader stream - File stream. long size - Box size in bytes. long startPos - Start position in bits.