Click or drag to resize
XDL

XBERCodecDecode Method

Overload List
  Name Description
Public method Static member Decode(Byte, Int32, Byte) 부호 없는 8비트 정수값을 디코딩한다.
Public method Static member Decode(Byte, Int32, Int16) 부호 있는 16비트 정수값을 디코딩한다.
Public method Static member Decode(Byte, Int32, Int32) 부호 있는 32비트 정수값을 디코딩한다.
Public method Static member Decode(Byte, Int32, Int64) 부호 있는 64비트 정수값을 디코딩한다.
Public method Static member Decode(Byte, Int32, SByte) 부호 있는 8비트 정수값을 디코딩한다.
Public method Static member Decode(Byte, Int32, UInt16) 부호 없는 16비트 정수값을 디코딩한다.
Public method Static member Decode(Byte, Int32, UInt32) 부호 없는 32비트 정수값을 디코딩한다.
Public method Static member Decode(Byte, Int32, UInt64) 부호 없는 64비트 정수값을 디코딩한다.
Public method Static member Decode(Byte, Int32, XMetadItemTypeInfo, Double)

메타데이터 형식 정보를 이용하여 배정도 실수값을 디코딩한다. 형식이 정수형이라도 출력값을 설정하여 반환한다. 단, 64비트 정수 형식에서 유효 숫자가 부족하면 디코딩 길이 반환값은 0으로 한다.

Public method Static member Decode(Byte, Int32, XMetadItemTypeInfo, Int64)

메타데이터 형식 정보를 이용하여 부호 있는 정수값을 디코딩한다. 형식이 부호 있는 정수가 아니라도 수치 형식이면 출력값을 설정하여 반환한다. 단, UInt64 형식에서 유효 숫자가 부족하면 디코딩 길이 반환값은 0으로 한다.

Public method Static member Decode(Byte, Int32, XMetadItemTypeInfo, UInt64)

메타데이터 형식 정보를 이용하여 부호 없는 정수값을 디코딩한다. 형식이 부호 없는 정수가 아니라도 수치 형식이면 출력값을 설정하여 반환한다. 단, 음수인 경우 디코딩 길이 반환값은 0으로 한다.

Public method Static member Decode(Byte, Int32, Int32, Boolean, Byte) 정해진 길이의 인코딩 데이터를 바이트 순서를 지정하여 얻는다.
Top
See Also