Click or drag to resize
EbmlReader Methods

The EbmlReader type exposes the following members.

Methods
  NameDescription
Public methodGetBytesRead
Public methodGetRelativePositionTo
Gets a relative position to an arbitrary file offset.
Public methodReadByte
Public methodReadBytes
Public methodReadDataFloat
Reads either 4 or 8 byte floating point.
Public methodReadDataInt(Int32)
Public methodReadDataInt(Int64)
Public methodReadFixedInt
This is to facilitate unsigned fixed length primitives such as: int8 or sint16.
Public methodReadFixedSInt
This is to facilitate signed fixed length primitives such as: int8 or sint16.
Public methodReadId
Public methodReadVInt
Reads an unsigned VInt from stream.
Public methodReadVsInt
Reads a signed VInt from 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