Class PamFileInfo.TupleReader
- java.lang.Object
-
- org.apache.commons.imaging.formats.pnm.PamFileInfo.TupleReader
-
- Direct Known Subclasses:
PamFileInfo.ColorTupleReader
,PamFileInfo.GrayscaleTupleReader
- Enclosing class:
- PamFileInfo
private abstract class PamFileInfo.TupleReader extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TupleReader()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ImageInfo.ColorType
getColorType()
abstract int
getRGB(java.io.InputStream is)
-
-
-
Method Detail
-
getColorType
public abstract ImageInfo.ColorType getColorType()
-
getRGB
public abstract int getRGB(java.io.InputStream is) throws java.io.IOException
- Throws:
java.io.IOException
-
-