Uses of Class
org.eclipse.pde.internal.swt.tools.IconExe.LEDataInputStream
-
Packages that use IconExe.LEDataInputStream Package Description org.eclipse.pde.internal.swt.tools -
-
Uses of IconExe.LEDataInputStream in org.eclipse.pde.internal.swt.tools
Fields in org.eclipse.pde.internal.swt.tools declared as IconExe.LEDataInputStream Modifier and Type Field Description (package private) IconExe.LEDataInputStream
IconExe.FileFormat. inputStream
Methods in org.eclipse.pde.internal.swt.tools with parameters of type IconExe.LEDataInputStream Modifier and Type Method Description (package private) abstract boolean
IconExe.FileFormat. isFileFormat(IconExe.LEDataInputStream stream)
Return whether or not the specified input stream represents a supported file format.(package private) boolean
IconExe.WinBMPFileFormat. isFileFormat(IconExe.LEDataInputStream stream)
(package private) boolean
IconExe.WinICOFileFormat. isFileFormat(IconExe.LEDataInputStream stream)
(package private) int
IconExe.WinICOFileFormat. loadFileHeader(IconExe.LEDataInputStream byteStream)
(package private) int
IconExe.WinICOFileFormat. loadFileHeader(IconExe.LEDataInputStream byteStream, boolean hasHeader)
IconExe.ImageData[]
IconExe.FileFormat. loadFromStream(IconExe.LEDataInputStream stream)
-