C# 클래스 Goedel.Cryptography.KeyFile.DataBuffer

파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Data byte[]

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Allocate ( ) : void
DataBuffer ( ) : System
DataBuffer ( byte Data ) : System
Decode ( byte &Result ) : void
Decode ( string &Result ) : void
DecodeLength ( ) : uint
Encode ( byte Input ) : void
Encode ( string Text ) : void
EncodeLength ( uint Length ) : void
Size ( byte Data ) : void
Size ( string Data ) : void

메소드 상세

Allocate() 공개 메소드

public Allocate ( ) : void
리턴 void

DataBuffer() 공개 메소드

public DataBuffer ( ) : System
리턴 System

DataBuffer() 공개 메소드

public DataBuffer ( byte Data ) : System
Data byte
리턴 System

Decode() 공개 메소드

public Decode ( byte &Result ) : void
Result byte
리턴 void

Decode() 공개 메소드

public Decode ( string &Result ) : void
Result string
리턴 void

DecodeLength() 공개 메소드

public DecodeLength ( ) : uint
리턴 uint

Encode() 공개 메소드

public Encode ( byte Input ) : void
Input byte
리턴 void

Encode() 공개 메소드

public Encode ( string Text ) : void
Text string
리턴 void

EncodeLength() 공개 메소드

public EncodeLength ( uint Length ) : void
Length uint
리턴 void

Size() 공개 메소드

public Size ( byte Data ) : void
Data byte
리턴 void

Size() 공개 메소드

public Size ( string Data ) : void
Data string
리턴 void

프로퍼티 상세

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]