org.apache.maven.doxia.module.rtf
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() |