comparison dwt/internal/image/PngIdatChunk.d @ 213:36f5cb12e1a2

Update to SWT 3.4M7
author Frank Benoit <benoit@tionex.de>
date Sat, 17 May 2008 17:34:28 +0200
parents 9a64a7781bab
children
comparison
equal deleted inserted replaced
212:ab60f3309436 213:36f5cb12e1a2
15 15
16 import dwt.DWT; 16 import dwt.DWT;
17 import dwt.internal.image.PngFileReadState; 17 import dwt.internal.image.PngFileReadState;
18 import dwt.internal.image.PngIhdrChunk; 18 import dwt.internal.image.PngIhdrChunk;
19 import dwt.internal.image.PngChunk; 19 import dwt.internal.image.PngChunk;
20 import dwt.dwthelper.System; 20 import dwt.dwthelper.utils;
21 21
22 class PngIdatChunk : PngChunk { 22 class PngIdatChunk : PngChunk {
23 23
24 static const int HEADER_BYTES_LENGTH = 2; 24 static const int HEADER_BYTES_LENGTH = 2;
25 static const int ADLER_FIELD_LENGTH = 4; 25 static const int ADLER_FIELD_LENGTH = 4;