Uses of Class
org.eclipse.swt.internal.image.LEDataInputStream
Packages that use LEDataInputStream
Package
Description
SWT internal image loading/saving support classes.
-
Uses of LEDataInputStream in org.eclipse.swt.internal.image
Fields in org.eclipse.swt.internal.image declared as LEDataInputStreamModifier and TypeFieldDescription(package private) LEDataInputStreamFileFormat.inputStream(package private) LEDataInputStreamLZWCodec.inputStream(package private) LEDataInputStreamPngChunkReader.inputStream(package private) LEDataInputStreamTIFFRandomFileAccess.inputStreamMethods in org.eclipse.swt.internal.image with parameters of type LEDataInputStreamModifier and TypeMethodDescriptionvoidLZWCodec.decode(LEDataInputStream inputStream, ImageLoader loader, ImageData image, boolean interlaced, int depth) Decode the LZW-encoded bytes in the given byte stream into the given DeviceIndependentImage.private static Optional<FileFormat> FileFormat.determineFileFormat(LEDataInputStream stream) (package private) abstract booleanFileFormat.isFileFormat(LEDataInputStream stream) Return whether or not the specified input stream represents a supported file format.(package private) booleanGIFFileFormat.isFileFormat(LEDataInputStream stream) (package private) static booleanJPEGDecoder.isFileFormat(LEDataInputStream stream) (package private) booleanJPEGFileFormat.isFileFormat(LEDataInputStream stream) (package private) booleanOS2BMPFileFormat.isFileFormat(LEDataInputStream stream) (package private) booleanPNGFileFormat.isFileFormat(LEDataInputStream stream) (package private) booleanSVGFileFormat.isFileFormat(LEDataInputStream stream) (package private) booleanTIFFFileFormat.isFileFormat(LEDataInputStream stream) (package private) booleanWinBMPFileFormat.isFileFormat(LEDataInputStream stream) (package private) booleanWinICOFileFormat.isFileFormat(LEDataInputStream stream) (package private) intWinICOFileFormat.loadFileHeader(LEDataInputStream byteStream) (package private) intWinICOFileFormat.loadFileHeader(LEDataInputStream byteStream, boolean hasHeader) FileFormat.loadFromStream(LEDataInputStream stream, int fileZoom, int targetZoom) Read the specified input stream, and return the device independent image array represented by the stream.FileFormat.loadFromStreamBySize(LEDataInputStream stream, int width, int height) (package private) static PngChunkPngChunk.readNextFromStream(LEDataInputStream stream) Read the next PNG chunk from the input stream given.(package private) static JPEGSegmentJPEGFileFormat.seekUnspecifiedMarker(LEDataInputStream byteStream) (package private) static voidJPEGFileFormat.skipSegmentFrom(LEDataInputStream byteStream) Constructors in org.eclipse.swt.internal.image with parameters of type LEDataInputStreamModifierConstructorDescriptionJPEGAppn(LEDataInputStream byteStream) JPEGArithmeticConditioningTable(LEDataInputStream byteStream) JPEGComment(LEDataInputStream byteStream) JPEGFixedSizeSegment(LEDataInputStream byteStream) JPEGFrameHeader(LEDataInputStream byteStream) JPEGHuffmanTable(LEDataInputStream byteStream) JPEGQuantizationTable(LEDataInputStream byteStream) JPEGRestartInterval(LEDataInputStream byteStream) JPEGScanHeader(LEDataInputStream byteStream) JPEGStartOfImage(LEDataInputStream byteStream) JPEGVariableSizeSegment(LEDataInputStream byteStream) (package private)PngChunkReader(LEDataInputStream inputStream)