C# 클래스 iTextSharp.text.pdf.ByteBuffer

상속: Stream
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HIGH_PRECISION bool

보호된 프로퍼티들

프로퍼티 타입 설명
buf byte[]
count int

공개 메소드들

메소드 설명
Append ( ByteBuffer buf ) : ByteBuffer
Append ( byte b ) : ByteBuffer
Append ( byte b, int off, int len ) : ByteBuffer
Append ( char c ) : ByteBuffer
Append ( double d ) : ByteBuffer
Append ( float i ) : ByteBuffer
Append ( int i ) : ByteBuffer
Append ( long i ) : ByteBuffer
Append ( string str ) : ByteBuffer
AppendHex ( byte b ) : ByteBuffer
Append_i ( int b ) : ByteBuffer
ByteBuffer ( ) : System
ByteBuffer ( int size ) : System
FillCache ( int decimals ) : void
Flush ( ) : void
FormatDouble ( double d ) : string
FormatDouble ( double d, ByteBuffer buf ) : string
Read ( byte buffer, int offset, int count ) : int
Reset ( ) : void
Seek ( long offset, SeekOrigin origin ) : long
SetCacheSize ( int size ) : void
SetLength ( long value ) : void
ToByteArray ( ) : byte[]
ToString ( ) : string
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void
WriteTo ( Stream str ) : void

비공개 메소드들

메소드 설명
ConvertToBytes ( int i ) : byte[]
ConvertToChar ( byte buf ) : char[]

메소드 상세

Append() 공개 메소드

public Append ( ByteBuffer buf ) : ByteBuffer
buf ByteBuffer
리턴 ByteBuffer

Append() 공개 메소드

public Append ( byte b ) : ByteBuffer
b byte
리턴 ByteBuffer

Append() 공개 메소드

public Append ( byte b, int off, int len ) : ByteBuffer
b byte
off int
len int
리턴 ByteBuffer

Append() 공개 메소드

public Append ( char c ) : ByteBuffer
c char
리턴 ByteBuffer

Append() 공개 메소드

public Append ( double d ) : ByteBuffer
d double
리턴 ByteBuffer

Append() 공개 메소드

public Append ( float i ) : ByteBuffer
i float
리턴 ByteBuffer

Append() 공개 메소드

public Append ( int i ) : ByteBuffer
i int
리턴 ByteBuffer

Append() 공개 메소드

public Append ( long i ) : ByteBuffer
i long
리턴 ByteBuffer

Append() 공개 메소드

public Append ( string str ) : ByteBuffer
str string
리턴 ByteBuffer

AppendHex() 공개 메소드

public AppendHex ( byte b ) : ByteBuffer
b byte
리턴 ByteBuffer

Append_i() 공개 메소드

public Append_i ( int b ) : ByteBuffer
b int
리턴 ByteBuffer

ByteBuffer() 공개 메소드

public ByteBuffer ( ) : System
리턴 System

ByteBuffer() 공개 메소드

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

FillCache() 공개 정적인 메소드

public static FillCache ( int decimals ) : void
decimals int
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

FormatDouble() 공개 정적인 메소드

public static FormatDouble ( double d ) : string
d double
리턴 string

FormatDouble() 공개 정적인 메소드

public static FormatDouble ( double d, ByteBuffer buf ) : string
d double
buf ByteBuffer
리턴 string

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
리턴 long

SetCacheSize() 공개 정적인 메소드

public static SetCacheSize ( int size ) : void
size int
리턴 void

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void

ToByteArray() 공개 메소드

public ToByteArray ( ) : byte[]
리턴 byte[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte value ) : void
value byte
리턴 void

WriteTo() 공개 메소드

public WriteTo ( Stream str ) : void
str Stream
리턴 void

프로퍼티 상세

HIGH_PRECISION 공개적으로 정적으로 프로퍼티

public static bool HIGH_PRECISION
리턴 bool

buf 보호되어 있는 프로퍼티

protected byte[] buf
리턴 byte[]

count 보호되어 있는 프로퍼티

protected int count
리턴 int