org.apache.maven.doxia.module.rtf
Class PBMReader

java.lang.Object
  extended byorg.apache.maven.doxia.module.rtf.PBMReader

public class PBMReader
extends Object


Field Summary
static int TYPE_PBM
           
static int TYPE_PGM
           
static int TYPE_PPM
           
 
Constructor Summary
PBMReader(String fileName)
           
 
Method Summary
 int bytesPerLine()
           
 int height()
           
static void main(String[] args)
           
 int maxValue()
           
 int read(byte[] b, int off, int len)
           
 long skip(long count)
           
 int type()
           
 int width()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_PBM

public static final int TYPE_PBM
See Also:
Constant Field Values

TYPE_PGM

public static final int TYPE_PGM
See Also:
Constant Field Values

TYPE_PPM

public static final int TYPE_PPM
See Also:
Constant Field Values
Constructor Detail

PBMReader

public PBMReader(String fileName)
          throws Exception
Method Detail

type

public int type()

width

public int width()

height

public int height()

maxValue

public int maxValue()

bytesPerLine

public int bytesPerLine()

skip

public long skip(long count)
          throws IOException
Throws:
IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.