Package com.drew.metadata.pcx
Class PcxReader
- java.lang.Object
-
- com.drew.metadata.pcx.PcxReader
-
public class PcxReader extends java.lang.ObjectReads PCX image file metadata.- https://courses.engr.illinois.edu/ece390/books/labmanual/graphics-pcx.html
- http://www.fileformat.info/format/pcx/egff.htm
- http://fileformats.archiveteam.org/wiki/PCX
-
-
Constructor Summary
Constructors Constructor Description PcxReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidextract(SequentialReader reader, Metadata metadata)
-
-
-
Method Detail
-
extract
public void extract(SequentialReader reader, Metadata metadata)
-
-