Class PamFileInfo.ColorTupleReader
- java.lang.Object
-
- org.apache.commons.imaging.formats.pnm.PamFileInfo.TupleReader
-
- org.apache.commons.imaging.formats.pnm.PamFileInfo.ColorTupleReader
-
- Enclosing class:
- PamFileInfo
private final class PamFileInfo.ColorTupleReader extends PamFileInfo.TupleReader
-
-
Constructor Summary
Constructors Modifier Constructor Description privateColorTupleReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageInfo.ColorTypegetColorType()intgetRgb(java.io.InputStream is)
-
-
-
Method Detail
-
getColorType
public ImageInfo.ColorType getColorType()
- Specified by:
getColorTypein classPamFileInfo.TupleReader
-
getRgb
public int getRgb(java.io.InputStream is) throws java.io.IOException- Specified by:
getRgbin classPamFileInfo.TupleReader- Throws:
java.io.IOException
-
-