C# Class BendTests.A00_UtilTest

Show file Open project: jeske/StepsDB-alpha

Public Properties

Property Type Description
O_LENGTH long
O_OFFSET long
testdata byte[]

Public Methods

Method Description
testStream ( Stream os ) : void

Private Methods

Method Description
T00_Crc16 ( ) : void
T00_EncodeDecode ( ) : void
T00_EncodeLengthError ( ) : void
T00_InvalidCharacter ( ) : void
T00_SimpleEncoder ( ) : void
T00_TestOffsetStream ( ) : void
T01_BigNumbers ( ) : void
T01_FastUniqueIds ( ) : void
T01_SimpleEncoder_UseOfSpecials ( ) : void

Method Details

testStream() public static method

public static testStream ( Stream os ) : void
os Stream
return void

Property Details

O_LENGTH public static property

public static long O_LENGTH
return long

O_OFFSET public static property

public static long O_OFFSET
return long

testdata public static property

public static byte[] testdata
return byte[]