C# Class iTextSharp.text.pdf.OutputStreamCounter

Inheritance: Stream
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
counter long
outc Stream

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
OutputStreamCounter ( Stream _outc ) : System
Read ( byte buffer, int offset, int count ) : int
ResetCounter ( ) : void
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

OutputStreamCounter() public method

public OutputStreamCounter ( Stream _outc ) : System
_outc Stream
return System

Read() public method

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

ResetCounter() public method

public ResetCounter ( ) : void
return void

Seek() public method

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

SetLength() public method

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

Write() public method

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

Property Details

counter protected_oe property

protected long counter
return long

outc protected_oe property

protected Stream outc
return Stream