Changeset 213:36f5cb12e1a2 for dwt/internal/image/PngInputStream.d
- Timestamp:
- 05/17/08 11:34:28 (8 months ago)
- Files:
-
- dwt/internal/image/PngInputStream.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/internal/image/PngInputStream.d
r2 r213 1 /*******************************************************************************1 /******************************************************************************* 2 2 * Copyright (c) 2000, 2006 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials … … 23 23 24 24 public class PngInputStream : InputStream { 25 25 26 alias InputStream.read read; 26 27
