You are here: Start » AVL.NET » BinaryReader Class

BinaryReader Class

Namespace:Atl
Assembly:AvlNet.Types.dll

Constructors

 ConstructorDescription
BinaryReader(IntPtr, BinaryMode, Int32)

Properties

 NameTypeDescription
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
ModeAtl.BinaryMode

Methods

 NameDescription
CopyTo(Atl.BinaryReader)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetPtr()
GetType()Inherited from System.Object
MoveTo(Atl.BinaryReader)
ReadBinary(int)
ReadBlob(System.IntPtr, int)
ReadBool()
ReadF32()
ReadF64()
ReadI32()
ReadI64()
ReadPtr()
ReadString()
ReadString(string)
SkipString()
ToString()Inherited from System.Object

See also