C# Class iTextSharp.text.pdf.codec.PngWriter

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

Public Methods

Method Description
OutputInt ( int n ) : void
OutputInt ( int n, Stream s ) : void
PngWriter ( Stream outp ) : System
WriteChunk ( byte chunkType, byte data ) : void
WriteData ( byte data, int stride ) : void
WriteEnd ( ) : void
WriteHeader ( int width, int height, int bitDepth, int colorType ) : void
WriteIccProfile ( byte data ) : void
WritePalette ( byte data ) : void

Private Methods

Method Description
crc ( byte buf ) : uint
crc ( byte buf, int offset, int len ) : uint
make_crc_table ( ) : void
update_crc ( uint crc, byte buf, int offset, int len ) : uint

Method Details

OutputInt() public method

public OutputInt ( int n ) : void
n int
return void

OutputInt() public static method

public static OutputInt ( int n, Stream s ) : void
n int
s Stream
return void

PngWriter() public method

public PngWriter ( Stream outp ) : System
outp Stream
return System

WriteChunk() public method

public WriteChunk ( byte chunkType, byte data ) : void
chunkType byte
data byte
return void

WriteData() public method

public WriteData ( byte data, int stride ) : void
data byte
stride int
return void

WriteEnd() public method

public WriteEnd ( ) : void
return void

WriteHeader() public method

public WriteHeader ( int width, int height, int bitDepth, int colorType ) : void
width int
height int
bitDepth int
colorType int
return void

WriteIccProfile() public method

public WriteIccProfile ( byte data ) : void
data byte
return void

WritePalette() public method

public WritePalette ( byte data ) : void
data byte
return void