C# Class Poehoe.BinairFormaat

Exibir arquivo Open project: puckipedia/MagisterAPI Class Usage Examples

Public Methods

Method Description
BinairFormaat ( Stream Stream ) : System
BinairFormaat ( byte Stream ) : System
Bool ( ) : bool
Byte ( ) : byte
Bytes ( int count ) : byte[]
Char ( ) : char
DateTime ( ) : System.DateTime
Decimal ( ) : decimal
Double ( ) : double
Float ( ) : float
FromOADate ( double D ) : System.DateTime
Integer ( ) : int
Long ( ) : long
Object ( ) : object
SByte ( ) : sbyte
Short ( ) : short
String ( ) : String
UInt ( ) : uint
ULong ( ) : ulong
UShort ( ) : ushort

Private Methods

Method Description
ParseFields ( ) : void
ParseRows ( ) : void
Read ( ) : void

Method Details

BinairFormaat() public method

public BinairFormaat ( Stream Stream ) : System
Stream Stream
return System

BinairFormaat() public method

public BinairFormaat ( byte Stream ) : System
Stream byte
return System

Bool() public method

public Bool ( ) : bool
return bool

Byte() public method

public Byte ( ) : byte
return byte

Bytes() public method

public Bytes ( int count ) : byte[]
count int
return byte[]

Char() public method

public Char ( ) : char
return char

DateTime() public method

public DateTime ( ) : System.DateTime
return System.DateTime

Decimal() public method

public Decimal ( ) : decimal
return decimal

Double() public method

public Double ( ) : double
return double

Float() public method

public Float ( ) : float
return float

FromOADate() public static method

public static FromOADate ( double D ) : System.DateTime
D double
return System.DateTime

Integer() public method

public Integer ( ) : int
return int

Long() public method

public Long ( ) : long
return long

Object() public method

public Object ( ) : object
return object

SByte() public method

public SByte ( ) : sbyte
return sbyte

Short() public method

public Short ( ) : short
return short

String() public method

public String ( ) : String
return String

UInt() public method

public UInt ( ) : uint
return uint

ULong() public method

public ULong ( ) : ulong
return ulong

UShort() public method

public UShort ( ) : ushort
return ushort