UtilReadAll Method

Overload List

ReadAllT(Type, Byte) Read array of struct in byte array into List of objects.
ReadAllT(Type, Stream, IListT) Read array of struct in stream into List of objects. Note: does not work with stucts containing VARSTR fields and STRUCT fields.
ReadAllT(Type, Stream, UtilObjectHandlerProcessT) 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