Click or drag to resize

FileNodeIteratorReadRaw Method

Overload List
  NameDescription
Public methodReadRaw(String, Byte, Int64)
Reads node elements to the buffer with the specified format. Usually it is more convenient to use operator `>>` instead of this method.
Public methodReadRaw(String, IntPtr, Int64)
Reads node elements to the buffer with the specified format. Usually it is more convenient to use operator `>>` instead of this method.
Top
See Also