메소드 | 설명 | |
---|---|---|
LongToString ( long longValue ) : string | ||
Read ( Stream stream ) : CBORObject | ||
Write ( CBORObject obj, Stream stream ) : void |
메소드 | 설명 | |
---|---|---|
ReverseChars ( char chars, int offset, int length ) : void | ||
readDictionary ( Stream stream ) : CBORObject | ||
readInteger ( Stream stream ) : CBORObject | ||
readList ( Stream stream ) : CBORObject | ||
readObject ( Stream stream, bool allowEnd ) : CBORObject | ||
readString ( Stream stream, char firstChar ) : CBORObject | ||
writeUtf8 ( string s, Stream stream ) : void |
public static LongToString ( long longValue ) : string | ||
longValue | long | |
리턴 | string |
public static Write ( CBORObject obj, Stream stream ) : void | ||
obj | CBORObject | |
stream | Stream | |
리턴 | void |