|
| static CRC32 | GetCRC () |
| | thread-singleton crc engine
|
| |
| static int | DoubleToInt100000 (double d) |
| |
| static double | IntToDouble100000 (int i) |
| |
| static void | WriteInt2 (Stream os, int n) |
| |
| static int | ReadInt2 (Stream mask0) |
| | -1 si eof
|
| |
| static int | ReadInt4 (Stream mask0) |
| | -1 si eof
|
| |
| static int | ReadInt1fromByte (byte[] b, int offset) |
| |
| static int | ReadInt2fromBytes (byte[] b, int offset) |
| |
| static int | ReadInt4fromBytes (byte[] b, int offset) |
| |
| static void | WriteInt2tobytes (int n, byte[] b, int offset) |
| |
| static void | WriteInt4tobytes (int n, byte[] b, int offset) |
| |
| static void | WriteInt4 (Stream os, int n) |
| |
| static void | ReadBytes (Stream mask0, byte[] b, int offset, int len) |
| | guaranteed to read exactly len bytes. throws error if it cant
|
| |
| static void | SkipBytes (Stream ist, int len) |
| |
| static void | WriteBytes (Stream os, byte[] b) |
| |
| static void | WriteBytes (Stream os, byte[] b, int offset, int n) |
| |
| static int | ReadByte (Stream mask0) |
| |
| static void | WriteByte (Stream os, byte b) |
| |
| static int | UnfilterRowPaeth (int r, int a, int b, int c) |
| |
| static int | FilterPaethPredictor (int a, int b, int c) |
| |
| static void | Logdebug (String msg) |
| |
| static void | InitCrcForTests (PngReader pngr) |
| |
| static long | GetCrctestVal (PngReader pngr) |
| |
Some utility static methods for internal use.