Uses of Class
org.apache.commons.imaging.formats.pcx.PcxImageParser.PcxHeader
Packages that use PcxImageParser.PcxHeader
-
Uses of PcxImageParser.PcxHeader in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx that return PcxImageParser.PcxHeaderModifier and TypeMethodDescriptionprivate PcxImageParser.PcxHeader
PcxImageParser.readPcxHeader
(InputStream is, boolean isStrict) private PcxImageParser.PcxHeader
PcxImageParser.readPcxHeader
(ByteSource byteSource) Methods in org.apache.commons.imaging.formats.pcx with parameters of type PcxImageParser.PcxHeaderModifier and TypeMethodDescriptionprivate BufferedImage
PcxImageParser.readImage
(PcxImageParser.PcxHeader pcxHeader, InputStream is, ByteSource byteSource)