Click or drag to resize
ElementBase Methods

The ElementBase type exposes the following members.

Methods
  NameDescription
Public methodFindAll(ElementType)
Finds all children that match an ElementType
Public methodFindAllT(ElementType)
Finds all children that match an ElementType and casts to T.
Public methodFindFirstChild(ElementType)
Finds the first child that matches an ElementType
Public methodFindFirstChildT(ElementType)
Finds the first child that matches an ElementType and casts to T.
Public methodStatic memberGetIntLength
Public methodPopulate
Public methodPopulateChildren
Populate children of the current element.
Public methodPopulateNextChild
Populates the next child only.
Public methodProceedReading
Public methodReadBuffer
Reads a number of bytes into a byte array.
Public methodReadElementSize
Stores and returns size of element and also initializes internal element offset tracking.
Public methodReadId
Reads an Element ID.
Public methodReadString
Reads an octet string.
Public methodSeekToElement
Public methodSkipElement
Skips the current element.
Public methodToString (Overrides ObjectToString.)
Public methodToString(String)
Public methodWriteElement
Writes the whole element to the EBML output stream
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also