Uses of Class
org.eclipse.swt.internal.image.LEDataOutputStream
Packages that use LEDataOutputStream
Package
Description
SWT internal image loading/saving support classes.
-
Uses of LEDataOutputStream in org.eclipse.swt.internal.image
Fields in org.eclipse.swt.internal.image declared as LEDataOutputStreamModifier and TypeFieldDescription(package private) LEDataOutputStreamTIFFDirectory.out(package private) LEDataOutputStreamFileFormat.outputStream(package private) LEDataOutputStreamLZWCodec.outputStreamMethods in org.eclipse.swt.internal.image with parameters of type LEDataOutputStreamModifier and TypeMethodDescriptionvoidLZWCodec.encode(LEDataOutputStream byteStream, ImageData image) Encode the bytes into the given byte stream from the given DeviceIndependentImage.voidPngEncoder.encode(LEDataOutputStream outputStream) voidFileFormat.unloadIntoStream(ImageLoader loader, LEDataOutputStream stream) Write the device independent image array stored in the specified loader to the specified output stream.booleanJPEGSegment.writeToStream(LEDataOutputStream byteStream) (package private) voidTIFFDirectory.writeToStream(LEDataOutputStream byteStream)