public class

ProfileDeferralInfo

extends InputStream
java.lang.Object
   ↳ java.io.InputStream
     ↳ sun.java2d.cmm.ProfileDeferralInfo

Class Overview

A class to pass information about a profile to be loaded from a file to the static getInstance(InputStream) method of ICC_Profile. Loading of the profile data and initialization of the CMM is to be deferred as long as possible.

Summary

Fields
public int colorSpaceType
public String filename
public int numComponents
public int profileClass
Public Constructors
ProfileDeferralInfo(String fn, int type, int ncomp, int pclass)
Public Methods
int read()
Implements the abstract read() method of InputStream.
[Expand]
Inherited Methods
From class java.io.InputStream
From class java.lang.Object
From interface java.io.Closeable

Fields

public int colorSpaceType

public String filename

public int numComponents

public int profileClass

Public Constructors

public ProfileDeferralInfo (String fn, int type, int ncomp, int pclass)

Public Methods

public int read ()

Implements the abstract read() method of InputStream.

Returns
  • the next byte of data, or -1 if the end of the stream is reached.
Throws
IOException