Uses of Class
org.apache.commons.imaging.formats.ico.IcoImageParser.FileHeader
-
Packages that use IcoImageParser.FileHeader Package Description org.apache.commons.imaging.formats.ico The ICO/CUR image formats. -
-
Uses of IcoImageParser.FileHeader in org.apache.commons.imaging.formats.ico
Fields in org.apache.commons.imaging.formats.ico declared as IcoImageParser.FileHeader Modifier and Type Field Description IcoImageParser.FileHeader
IcoImageParser.ImageContents. fileHeader
Methods in org.apache.commons.imaging.formats.ico that return IcoImageParser.FileHeader Modifier and Type Method Description private IcoImageParser.FileHeader
IcoImageParser. readFileHeader(java.io.InputStream is)
Constructors in org.apache.commons.imaging.formats.ico with parameters of type IcoImageParser.FileHeader Constructor Description ImageContents(IcoImageParser.FileHeader fileHeader, IcoImageParser.IconData[] iconDatas)
-