Package org.apache.commons.imaging.icc
Class IccProfileParser
- java.lang.Object
-
- org.apache.commons.imaging.common.BinaryFileParser
-
- org.apache.commons.imaging.icc.IccProfileParser
-
public class IccProfileParser extends BinaryFileParser
-
-
Constructor Summary
Constructors Constructor Description IccProfileParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IccProfileInfogetICCProfileInfo(byte[] bytes)IccProfileInfogetICCProfileInfo(ICC_Profile iccProfile)IccProfileInfogetICCProfileInfo(File file)IccProfileInfogetICCProfileInfo(ByteSource byteSource)booleanissRGB(byte[] bytes)booleanissRGB(ICC_Profile iccProfile)booleanissRGB(File file)booleanissRGB(ByteSource byteSource)-
Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
-
-
-
Method Detail
-
getICCProfileInfo
public IccProfileInfo getICCProfileInfo(ICC_Profile iccProfile)
-
getICCProfileInfo
public IccProfileInfo getICCProfileInfo(byte[] bytes)
-
getICCProfileInfo
public IccProfileInfo getICCProfileInfo(File file)
-
getICCProfileInfo
public IccProfileInfo getICCProfileInfo(ByteSource byteSource)
-
issRGB
public boolean issRGB(ICC_Profile iccProfile) throws IOException
- Throws:
IOException
-
issRGB
public boolean issRGB(byte[] bytes) throws IOException- Throws:
IOException
-
issRGB
public boolean issRGB(File file) throws IOException
- Throws:
IOException
-
issRGB
public boolean issRGB(ByteSource byteSource) throws IOException
- Throws:
IOException
-
-