public class ICC_Profile extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected byte[] |  
           data  |  
          
protected int |  
           numComponents  |  
          
| Modifier | Constructor and Description | 
|---|---|
protected  |  
           ICC_Profile()  |  
          
| Modifier and Type | Method and Description | 
|---|---|
byte[] |  
           getData()  |  
          
static ICC_Profile |  
           getInstance(byte[] data)  |  
          
static ICC_Profile |  
           getInstance(byte[] data, int numComponents)  |  
          
static ICC_Profile |  
           getInstance(InputStream file)  |  
          
static ICC_Profile |  
           GetInstance(String fname)  |  
          
int |  
           getNumComponents()  |  
          
public static ICC_Profile getInstance(byte[] data, int numComponents)
public static ICC_Profile getInstance(byte[] data)
public static ICC_Profile getInstance(InputStream file)
public static ICC_Profile GetInstance(String fname)
public byte[] getData()
public int getNumComponents()
Copyright © 1998–2019. All rights reserved.