Click or drag to resize
XDL

XBERCodecDecode Method

Overload List
  NameDescription
Public methodStatic memberDecode(Byte, Int32, Byte)
부호 없는 8비트 정수값을 디코딩한다.
Public methodStatic memberDecode(Byte, Int32, Int16)
부호 있는 16비트 정수값을 디코딩한다.
Public methodStatic memberDecode(Byte, Int32, Int32)
부호 있는 32비트 정수값을 디코딩한다.
Public methodStatic memberDecode(Byte, Int32, Int64)
부호 있는 64비트 정수값을 디코딩한다.
Public methodStatic memberDecode(Byte, Int32, SByte)
부호 있는 8비트 정수값을 디코딩한다.
Public methodStatic memberDecode(Byte, Int32, UInt16)
부호 없는 16비트 정수값을 디코딩한다.
Public methodStatic memberDecode(Byte, Int32, UInt32)
부호 없는 32비트 정수값을 디코딩한다.
Public methodStatic memberDecode(Byte, Int32, UInt64)
부호 없는 64비트 정수값을 디코딩한다.
Public methodStatic memberDecode(Byte, Int32, Int32, Boolean, Byte)
정해진 길이의 인코딩 데이터를 바이트 순서를 지정하여 얻는다.
Top
See Also