Util2 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 trying to work even with variable length structs.

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

Syntax

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

Members

         
 All Members  Constructors   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Util2()()()()
Initializes a new instance of the Util2 class
CopyAll<(Of <<'(T1, T2>)>>)(Type, array<Byte>[]()[][], Type, Util2..::..TransformerConvert<(Of <<'(T1, T2>)>>), LengthProvider, MaxLengthProvider, ElementsProvider)
Convert array of struct in bytes into array of struct in bytes.
CopyAll<(Of <<'(T1, T2>)>>)(Type, Stream, Type, Stream, Util2..::..TransformerConvert<(Of <<'(T1, T2>)>>), LengthProvider, MaxLengthProvider, ElementsProvider)
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>[]()[][], LengthProvider, MaxLengthProvider, ElementsProvider)
Read array of struct in byte array into List of objects.
ReadAll<(Of <<'(T>)>>)(Type, Stream, IList<(Of <<'(T>)>>), LengthProvider, MaxLengthProvider, ElementsProvider)
Read array of struct in stream into List of objects.
ReadAll<(Of <<'(T>)>>)(Type, Stream, Util2..::..ObjectHandlerProcess<(Of <<'(T>)>>), LengthProvider, MaxLengthProvider, ElementsProvider)
Read array of struct in stream and processes them by handler.
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WriteAll<(Of <<'(T>)>>)(Type, IList<(Of <<'(T>)>>), LengthProvider, MaxLengthProvider, ElementsProvider)
Write List of objects into array of struct in byte array.
WriteAll<(Of <<'(T>)>>)(Type, IList<(Of <<'(T>)>>), Stream, LengthProvider, MaxLengthProvider, ElementsProvider)
Write List of objects into array of struct in stream.

Inheritance Hierarchy

System..::..Object
  Vajhoej.Record..::..Util2

See Also