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.LEDataInputStreamIconExe.FileFormat. inputStreamMethods in org.eclipse.pde.internal.swt.tools with parameters of type IconExe.LEDataInputStream Modifier and Type Method Description (package private) abstract booleanIconExe.FileFormat. isFileFormat(IconExe.LEDataInputStream stream)Return whether or not the specified input stream represents a supported file format.(package private) booleanIconExe.WinBMPFileFormat. isFileFormat(IconExe.LEDataInputStream stream)(package private) booleanIconExe.WinICOFileFormat. isFileFormat(IconExe.LEDataInputStream stream)(package private) intIconExe.WinICOFileFormat. loadFileHeader(IconExe.LEDataInputStream byteStream)(package private) intIconExe.WinICOFileFormat. loadFileHeader(IconExe.LEDataInputStream byteStream, boolean hasHeader)IconExe.ImageData[]IconExe.FileFormat. loadFromStream(IconExe.LEDataInputStream stream)
-