Click or drag to resize
ElementBinary Methods

The ElementBinary type exposes the following members.

Methods
  NameDescription
Public methodFindAll(ElementType)
Finds all children that match an ElementType
(Inherited from ElementBase.)
Public methodFindFirstChild(ElementType)
Finds the first child that matches an ElementType
(Inherited from ElementBase.)
Public methodPopulate (Overrides ElementBasePopulate(EbmlReader).)
Public methodPopulateChildren
Populate children of the current element.
(Inherited from ElementBase.)
Public methodPopulateNextChild
Populates the next child only.
(Inherited from ElementBase.)
Public methodProceedReading (Inherited from ElementBase.)
Public methodReadBuffer
Reads a number of bytes into a byte array.
(Inherited from ElementBase.)
Public methodReadElementSize
Stores and returns size of element and also initializes internal element offset tracking.
(Inherited from ElementBase.)
Public methodReadId
Reads an Element ID.
(Inherited from ElementBase.)
Public methodReadString
Reads an octet string.
(Inherited from ElementBase.)
Public methodSeekToElement (Inherited from ElementBase.)
Public methodSkipElement
Skips the current element.
(Inherited from ElementBase.)
Public methodToString (Inherited from ElementBase.)
Public methodToString(String) (Inherited from ElementBase.)
Public methodWriteElement
Writes the whole element to the EBML output stream
(Inherited from ElementBase.)
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