Property | Type | Description | |
---|---|---|---|
DEBUG | bool | ||
PNG_ID_SIGNATURE | byte[] | ||
charsetLatin1 | |||
charsetUtf8 |
Method | Description | |
---|---|---|
DoubleToInt100000 ( double d ) : int | ||
FilterPaethPredictor ( int a, int b, int c ) : int | ||
GetCRC ( ) : Hjg.Pngcs.Zlib.CRC32 |
thread-singleton crc engine
|
|
GetCrctestVal ( |
||
InitCrcForTests ( |
||
IntToDouble100000 ( int i ) : double | ||
Logdebug ( String msg ) : void | ||
ReadByte ( Stream mask0 ) : int | ||
ReadBytes ( Stream mask0, byte b, int offset, int len ) : void |
guaranteed to read exactly len bytes. throws error if it cant
|
|
ReadInt1fromByte ( byte b, int offset ) : int | ||
ReadInt2 ( Stream mask0 ) : int |
-1 si eof
|
|
ReadInt2fromBytes ( byte b, int offset ) : int | ||
ReadInt4 ( Stream mask0 ) : int |
-1 si eof
|
|
ReadInt4fromBytes ( byte b, int offset ) : int | ||
SkipBytes ( Stream ist, int len ) : void | ||
UnfilterRowPaeth ( int r, int a, int b, int c ) : int | ||
WriteByte ( Stream os, byte b ) : void | ||
WriteBytes ( Stream os, byte b ) : void | ||
WriteBytes ( Stream os, byte b, int offset, int n ) : void | ||
WriteInt2 ( Stream os, int n ) : void | ||
WriteInt2tobytes ( int n, byte b, int offset ) : void | ||
WriteInt4 ( Stream os, int n ) : void | ||
WriteInt4tobytes ( int n, byte b, int offset ) : void |
Method | Description | |
---|---|---|
Log ( string p, |
public static DoubleToInt100000 ( double d ) : int | ||
d | double | |
return | int |
public static FilterPaethPredictor ( int a, int b, int c ) : int | ||
a | int | |
b | int | |
c | int | |
return | int |
public static GetCRC ( ) : Hjg.Pngcs.Zlib.CRC32 | ||
return | Hjg.Pngcs.Zlib.CRC32 |
public static GetCrctestVal ( |
||
pngr | ||
return | long |
public static InitCrcForTests ( |
||
pngr | ||
return | void |
public static IntToDouble100000 ( int i ) : double | ||
i | int | |
return | double |
public static ReadByte ( Stream mask0 ) : int | ||
mask0 | Stream | |
return | int |
public static ReadBytes ( Stream mask0, byte b, int offset, int len ) : void | ||
mask0 | Stream | |
b | byte | |
offset | int | |
len | int | |
return | void |
public static ReadInt1fromByte ( byte b, int offset ) : int | ||
b | byte | |
offset | int | |
return | int |
public static ReadInt2 ( Stream mask0 ) : int | ||
mask0 | Stream | |
return | int |
public static ReadInt2fromBytes ( byte b, int offset ) : int | ||
b | byte | |
offset | int | |
return | int |
public static ReadInt4 ( Stream mask0 ) : int | ||
mask0 | Stream | |
return | int |
public static ReadInt4fromBytes ( byte b, int offset ) : int | ||
b | byte | |
offset | int | |
return | int |
public static SkipBytes ( Stream ist, int len ) : void | ||
ist | Stream | |
len | int | |
return | void |
public static UnfilterRowPaeth ( int r, int a, int b, int c ) : int | ||
r | int | |
a | int | |
b | int | |
c | int | |
return | int |
public static WriteByte ( Stream os, byte b ) : void | ||
os | Stream | |
b | byte | |
return | void |
public static WriteBytes ( Stream os, byte b ) : void | ||
os | Stream | |
b | byte | |
return | void |
public static WriteBytes ( Stream os, byte b, int offset, int n ) : void | ||
os | Stream | |
b | byte | |
offset | int | |
n | int | |
return | void |
public static WriteInt2 ( Stream os, int n ) : void | ||
os | Stream | |
n | int | |
return | void |
public static WriteInt2tobytes ( int n, byte b, int offset ) : void | ||
n | int | |
b | byte | |
offset | int | |
return | void |
public static WriteInt4 ( Stream os, int n ) : void | ||
os | Stream | |
n | int | |
return | void |
public static WriteInt4tobytes ( int n, byte b, int offset ) : void | ||
n | int | |
b | byte | |
offset | int | |
return | void |
public static Encoding,System.Text charsetLatin1 | ||
return |