Property | Type | Description | |
---|---|---|---|
Chunks | List |
||
Width | uint |
Method | Description | |
---|---|---|
CRC32 ( byte stream, int offset, int length, uint crc, uint &crcTable ) : uint | ||
PNG ( Stream data ) : System | ||
PNG ( string file ) : System | ||
ProcessStream ( Stream data ) : void | ||
RemoveNonCritical ( ) : void | ||
WriteToFile ( string path ) : void | ||
WriteToStream ( Stream s, bool standardonly = false, bool critonly = false ) : void |
Method | Description | |
---|---|---|
ReadData ( Stream data, byte &buffer ) : void | ||
SwapEndianness ( byte &data ) : void | ||
WriteData ( Stream data, byte buffer ) : void |
public static CRC32 ( byte stream, int offset, int length, uint crc, uint &crcTable ) : uint | ||
stream | byte | |
offset | int | |
length | int | |
crc | uint | |
crcTable | uint | |
return | uint |
public WriteToStream ( Stream s, bool standardonly = false, bool critonly = false ) : void | ||
s | Stream | |
standardonly | bool | |
critonly | bool | |
return | void |