Changeset 213:36f5cb12e1a2 for dwt/internal/image/JPEGEndOfImage.d
- Timestamp:
- 05/17/08 11:34:28 (6 months ago)
- Files:
-
- dwt/internal/image/JPEGEndOfImage.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/internal/image/JPEGEndOfImage.d
r48 r213 1 /*******************************************************************************1 /******************************************************************************* 2 2 * Copyright (c) 2000, 2003 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials … … 27 27 } 28 28 29 override publicint signature() {29 public override int signature() { 30 30 return JPEGFileFormat.EOI; 31 31 } 32 32 33 override publicint fixedSize() {33 public override int fixedSize() { 34 34 return 2; 35 35 }
