Click or drag to resize
XDL

XBERCodecDecodeVL Method

Overload List
  Name Description
Public method Static member DecodeVL(Byte, Int32, Int32, Byte) 가변 길이 정수값을 부호 없는 8비트 정수로 디코딩한다.
Public method Static member DecodeVL(Byte, Int32, Int32, Int16) 가변 길이 정수값을 부호 있는 16비트 정수로 디코딩한다.
Public method Static member DecodeVL(Byte, Int32, Int32, Int32) 가변 길이 정수값을 부호 있는 32비트 정수로 디코딩한다.
Public method Static member DecodeVL(Byte, Int32, Int32, Int64) 가변 길이 정수값을 부호 있는 64비트 정수로 디코딩한다.
Public method Static member DecodeVL(Byte, Int32, Int32, SByte) 가변 길이 정수값을 부호 있는 8비트 정수로 디코딩한다.
Public method Static member DecodeVL(Byte, Int32, Int32, UInt16) 가변 길이 정수값을 부호 없는 16비트 정수로 디코딩한다.
Public method Static member DecodeVL(Byte, Int32, Int32, UInt32) 가변 길이 정수값을 부호 없는 32비트 정수로 디코딩한다.
Public method Static member DecodeVL(Byte, Int32, Int32, UInt64) 가변 길이 정수값을 부호 없는 64비트 정수로 디코딩한다.
Top
See Also