C# Class iTextSharp.text.pdf.ByteBuffer

Inheritance: Stream
Mostrar archivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Properties

Property Type Description
HIGH_PRECISION bool

Protected Properties

Property Type Description
buf byte[]
count int

Public Methods

Method 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

Method Description
ConvertToBytes ( int i ) : byte[]
ConvertToChar ( byte buf ) : char[]

Method Details

Append() public method

public Append ( ByteBuffer buf ) : ByteBuffer
buf ByteBuffer
return ByteBuffer

Append() public method

public Append ( byte b ) : ByteBuffer
b byte
return ByteBuffer

Append() public method

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

Append() public method

public Append ( char c ) : ByteBuffer
c char
return ByteBuffer

Append() public method

public Append ( double d ) : ByteBuffer
d double
return ByteBuffer

Append() public method

public Append ( float i ) : ByteBuffer
i float
return ByteBuffer

Append() public method

public Append ( int i ) : ByteBuffer
i int
return ByteBuffer

Append() public method

public Append ( long i ) : ByteBuffer
i long
return ByteBuffer

Append() public method

public Append ( string str ) : ByteBuffer
str string
return ByteBuffer

AppendHex() public method

public AppendHex ( byte b ) : ByteBuffer
b byte
return ByteBuffer

Append_i() public method

public Append_i ( int b ) : ByteBuffer
b int
return ByteBuffer

ByteBuffer() public method

public ByteBuffer ( ) : System
return System

ByteBuffer() public method

public ByteBuffer ( int size ) : System
size int
return System

FillCache() public static method

public static FillCache ( int decimals ) : void
decimals int
return void

Flush() public method

public Flush ( ) : void
return void

FormatDouble() public static method

public static FormatDouble ( double d ) : string
d double
return string

FormatDouble() public static method

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

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

Reset() public method

public Reset ( ) : void
return void

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetCacheSize() public static method

public static SetCacheSize ( int size ) : void
size int
return void

SetLength() public method

public SetLength ( long value ) : void
value long
return void

ToByteArray() public method

public ToByteArray ( ) : byte[]
return byte[]

ToString() public method

public ToString ( ) : string
return string

Write() public method

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

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void

WriteTo() public method

public WriteTo ( Stream str ) : void
str Stream
return void

Property Details

HIGH_PRECISION public_oe static_oe property

public static bool HIGH_PRECISION
return bool

buf protected_oe property

protected byte[] buf
return byte[]

count protected_oe property

protected int count
return int