public class

JPEGImageDecoder

extends ImageDecoder
java.lang.Object
   ↳ sun.awt.image.ImageDecoder
     ↳ sun.awt.image.JPEGImageDecoder

Class Overview

JPEG Image converter

Summary

[Expand]
Inherited Fields
From class sun.awt.image.ImageDecoder
Public Constructors
JPEGImageDecoder(InputStreamImageSource src, InputStream is)
Public Methods
void produceImage()
produce an image from the stream.
boolean sendHeaderInfo(int width, int height, boolean gray, boolean hasalpha, boolean multipass)
boolean sendPixels(int[] pixels, int y)
boolean sendPixels(byte[] pixels, int y)
[Expand]
Inherited Methods
From class sun.awt.image.ImageDecoder
From class java.lang.Object

Public Constructors

public JPEGImageDecoder (InputStreamImageSource src, InputStream is)

Public Methods

public void produceImage ()

produce an image from the stream.

public boolean sendHeaderInfo (int width, int height, boolean gray, boolean hasalpha, boolean multipass)

public boolean sendPixels (int[] pixels, int y)

public boolean sendPixels (byte[] pixels, int y)