Changeset 213:36f5cb12e1a2 for dwt/internal/image/JPEGFixedSizeSegment.d
- Timestamp:
- 05/17/08 11:34:28 (8 months ago)
- Files:
-
- dwt/internal/image/JPEGFixedSizeSegment.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/internal/image/JPEGFixedSizeSegment.d
r57 r213 1 /*******************************************************************************1 /******************************************************************************* 2 2 * Copyright (c) 2000, 2003 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials … … 43 43 abstract public int fixedSize(); 44 44 45 override publicint getSegmentLength() {45 public override int getSegmentLength() { 46 46 return fixedSize() - 2; 47 47 } 48 48 49 override publicvoid setSegmentLength(int length) {49 public override void setSegmentLength(int length) { 50 50 } 51 51 }
