ReadAll Method

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image

Overload List

NameDescription
ReadAll<(Of <<'(T>)>>)(Type, array<Byte>[]()[][])
Read array of struct in byte array into List of objects.
ReadAll<(Of <<'(T>)>>)(Type, Stream, IList<(Of <<'(T>)>>))
Read array of struct in stream into List of objects. Note: does not work with stucts containing VARSTR fields and STRUCT fields.
ReadAll<(Of <<'(T>)>>)(Type, Stream, Util..::..ObjectHandlerProcess<(Of <<'(T>)>>))
Read array of struct in stream and processes them by handler. Note: does not work with stucts containing VARSTR fields and STRUCT fields.

See Also