C# Class Test.BEncodingTest

Afficher le fichier Open project: peteroupc/CBOR

Méthodes publiques

Méthode Description
doTestLong ( long value ) : void
doTestString ( String value ) : void

Private Methods

Méthode Description
EncodingFromBytes ( byte b ) : CBORObject
EncodingToBytes ( CBORObject b ) : byte[]
testDictionary ( ) : void
testList ( ) : void
testLong ( ) : void
testString ( ) : void

Method Details

doTestLong() public static méthode

public static doTestLong ( long value ) : void
value long
Résultat void

doTestString() public static méthode

public static doTestString ( String value ) : void
value String
Résultat void