Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.eclipse.swt.internal.image.LEDataOutputStream

Uses of LEDataOutputStream in org.eclipse.swt.internal.image
 

Fields in org.eclipse.swt.internal.image declared as LEDataOutputStream
(package private)  LEDataOutputStream TIFFDirectory.out
           
(package private)  LEDataOutputStream FileFormat.outputStream
           
(package private)  LEDataOutputStream LZWCodec.outputStream
           
 

Methods in org.eclipse.swt.internal.image with parameters of type LEDataOutputStream
(package private)  void TIFFDirectory.writeToStream(LEDataOutputStream byteStream)
           
 void FileFormat.unloadIntoStream(org.eclipse.swt.graphics.ImageData image, LEDataOutputStream stream)
           
 boolean JPEGSegment.writeToStream(LEDataOutputStream byteStream)
           
 void LZWCodec.encode(LEDataOutputStream byteStream, org.eclipse.swt.graphics.ImageData image)
          Encode the bytes into the given byte stream from the given DeviceIndependentImage.