org.apache.maven.doxia.module.rtf
Class PBMReader
java.lang.Object
org.apache.maven.doxia.module.rtf.PBMReader
public class PBMReader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PBMReader
public PBMReader(String fileName)
throws Exception
- Throws:
Exception
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 © 2005-2011 Apache Software Foundation. All Rights Reserved.