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 static class PamFileInfo.TupleReader extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateTupleReader()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ImageInfo.ColorTypegetColorType()abstract intgetRgb(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
-
-