Util Class

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Utility class to process lists and to work with files instead of byte arrays.

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class Util
Public Class Util
public ref class Util

Members

         
 All Members  Constructors   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Util()()()()
Initializes a new instance of the Util class
CopyAll<(Of <<'(T1, T2>)>>)(Type, array<Byte>[]()[][], Type, Util..::..TransformerConvert<(Of <<'(T1, T2>)>>))
Convert array of struct in bytes into array of struct in bytes.
CopyAll<(Of <<'(T1, T2>)>>)(Type, Stream, Type, Stream, Util..::..TransformerConvert<(Of <<'(T1, T2>)>>))
Convert array of struct in stream into array of struct in stream.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WriteAll<(Of <<'(T>)>>)(Type, IList<(Of <<'(T>)>>))
Write List of objects into array of struct in byte array. Note: does not work with stucts containing VARSTR fields and STRUCT fields.
WriteAll<(Of <<'(T>)>>)(Type, IList<(Of <<'(T>)>>), Stream)
Write List of objects into array of struct in stream. Note: does not work with stucts containing VARSTR fields and STRUCT fields.

Inheritance Hierarchy

System..::..Object
  Vajhoej.Record..::..Util

See Also