Show / Hide Table of Contents

Class BinaryUtilReader

Inheritance
System.Object
BinaryUtilReader
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.Core.IO
Assembly: Recolude.Core.dll
Syntax
public class BinaryUtilReader : IDisposable

Constructors

BinaryUtilReader(Byte[])

Declaration
public BinaryUtilReader(byte[] data)
Parameters
Type Name Description
System.Byte[] data

BinaryUtilReader(Stream)

Declaration
public BinaryUtilReader(Stream stream)
Parameters
Type Name Description
System.IO.Stream stream

BinaryUtilReader(Stream, Boolean)

Declaration
public BinaryUtilReader(Stream stream, bool leaveOpen)
Parameters
Type Name Description
System.IO.Stream stream
System.Boolean leaveOpen

Methods

Byte()

Declaration
public byte Byte()
Returns
Type Description
System.Byte

BytesArray()

Declaration
public byte[] BytesArray()
Returns
Type Description
System.Byte[]

BytesArray(Int32)

Declaration
public byte[] BytesArray(int length)
Parameters
Type Name Description
System.Int32 length
Returns
Type Description
System.Byte[]

Dispose()

Declaration
public void Dispose()

Float16BST(Single, Single)

Declaration
public float Float16BST(float min, float max)
Parameters
Type Name Description
System.Single min
System.Single max
Returns
Type Description
System.Single

Float32()

Declaration
public float Float32()
Returns
Type Description
System.Single

Float64()

Declaration
public double Float64()
Returns
Type Description
System.Double

Int32()

Declaration
public int Int32()
Returns
Type Description
System.Int32

Int64()

Declaration
public long Int64()
Returns
Type Description
System.Int64

String()

Declaration
public string String()
Returns
Type Description
System.String

StringArray()

Declaration
public string[] StringArray()
Returns
Type Description
System.String[]

UVarInt()

Declaration
public int UVarInt()
Returns
Type Description
System.Int32

UVarIntArray()

Declaration
public int[] UVarIntArray()
Returns
Type Description
System.Int32[]

Implements

System.IDisposable
Back to top Generated by DocFX