Content deleted Content added
m warnfile Adding:de |
→A better, but not perfect, solution: code cleanup, got rid of the casts |
||
Line 42:
Another solution that seems possible is to have a separate object for each of these file types:
public
public DecodedImage getDecodedImage();
}
Line 70:
if( endsInDotGif( filename )) {
out =
}
if( endsInDotJpeg( filename )) {
out =
}
|