C# Class iTextSharp.text.pdf.ByteBuffer

Inheritance: Stream
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Свойство Type Description
HIGH_PRECISION bool

Protected Properties

Свойство Type Description
buf byte[]
count int

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ConvertToBytes ( int i ) : byte[]
ConvertToChar ( byte buf ) : char[]

Method Details

Append() public méthode

public Append ( ByteBuffer buf ) : ByteBuffer
buf ByteBuffer
Résultat ByteBuffer

Append() public méthode

public Append ( byte b ) : ByteBuffer
b byte
Résultat ByteBuffer

Append() public méthode

public Append ( byte b, int off, int len ) : ByteBuffer
b byte
off int
len int
Résultat ByteBuffer

Append() public méthode

public Append ( char c ) : ByteBuffer
c char
Résultat ByteBuffer

Append() public méthode

public Append ( double d ) : ByteBuffer
d double
Résultat ByteBuffer

Append() public méthode

public Append ( float i ) : ByteBuffer
i float
Résultat ByteBuffer

Append() public méthode

public Append ( int i ) : ByteBuffer
i int
Résultat ByteBuffer

Append() public méthode

public Append ( long i ) : ByteBuffer
i long
Résultat ByteBuffer

Append() public méthode

public Append ( string str ) : ByteBuffer
str string
Résultat ByteBuffer

AppendHex() public méthode

public AppendHex ( byte b ) : ByteBuffer
b byte
Résultat ByteBuffer

Append_i() public méthode

public Append_i ( int b ) : ByteBuffer
b int
Résultat ByteBuffer

ByteBuffer() public méthode

public ByteBuffer ( ) : System
Résultat System

ByteBuffer() public méthode

public ByteBuffer ( int size ) : System
size int
Résultat System

FillCache() public static méthode

public static FillCache ( int decimals ) : void
decimals int
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

FormatDouble() public static méthode

public static FormatDouble ( double d ) : string
d double
Résultat string

FormatDouble() public static méthode

public static FormatDouble ( double d, ByteBuffer buf ) : string
d double
buf ByteBuffer
Résultat string

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetCacheSize() public static méthode

public static SetCacheSize ( int size ) : void
size int
Résultat void

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

ToByteArray() public méthode

public ToByteArray ( ) : byte[]
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void

WriteTo() public méthode

public WriteTo ( Stream str ) : void
str Stream
Résultat void

Property Details

HIGH_PRECISION public_oe static_oe property

public static bool HIGH_PRECISION
Résultat bool

buf protected_oe property

protected byte[] buf
Résultat byte[]

count protected_oe property

protected int count
Résultat int