com.brownsoft.image
Class PPMDecoder

java.lang.Object
  extended bycom.brownsoft.image.PGMDecoder
      extended bycom.brownsoft.image.PPMDecoder

public class PPMDecoder
extends PGMDecoder

Title: Proyecto Codificacion de Imagenes y Video

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Gustavo Brown (alegus@adinet.com.uy)

Field Summary
 
Fields inherited from class com.brownsoft.image.PGMDecoder
BandCount, ColorType, filename, HeaderId, ImageType
 
Constructor Summary
PPMDecoder(java.io.InputStream stream)
           
PPMDecoder(java.lang.String filename)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.brownsoft.image.PGMDecoder
getImage, getMatrix, getVector, showImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PPMDecoder

public PPMDecoder(java.io.InputStream stream)
           throws java.io.IOException

PPMDecoder

public PPMDecoder(java.lang.String filename)
           throws java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)