C# 클래스 iTextSharp.text.pdf.qrcode.ByteArray

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
AppendByte ( int value ) : void
At ( int index ) : int
ByteArray ( ) : System
ByteArray ( byte byteArray ) : System
ByteArray ( int size ) : System
IsEmpty ( ) : bool
Reserve ( int capacity ) : void
Set ( byte source, int offset, int count ) : void
Set ( int index, int value ) : void
Size ( ) : int

메소드 상세

AppendByte() 공개 메소드

public AppendByte ( int value ) : void
value int
리턴 void

At() 공개 메소드

public At ( int index ) : int
index int
리턴 int

ByteArray() 공개 메소드

public ByteArray ( ) : System
리턴 System

ByteArray() 공개 메소드

public ByteArray ( byte byteArray ) : System
byteArray byte
리턴 System

ByteArray() 공개 메소드

public ByteArray ( int size ) : System
size int
리턴 System

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Reserve() 공개 메소드

public Reserve ( int capacity ) : void
capacity int
리턴 void

Set() 공개 메소드

public Set ( byte source, int offset, int count ) : void
source byte
offset int
count int
리턴 void

Set() 공개 메소드

public Set ( int index, int value ) : void
index int
value int
리턴 void

Size() 공개 메소드

public Size ( ) : int
리턴 int