Class PSDUtil
java.lang.Object
com.twelvemonkeys.imageio.plugins.psd.PSDUtil
PSDUtil
- Version:
- $Id: PSDUtil.java,v 1.0 Apr 29, 2008 5:05:00 PM haraldk Exp$
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ImageInputStream
createDecompressorStream
(ImageInputStream stream, int compression, int columns, int bitsPerSample, int[] byteCounts, long compressedLength) static float
fixedPointToFloat
(int pFP) (package private) static String
intToStr
(int value) (package private) static String
readPascalString
(DataInput pInput) (package private) static String
readUnicodeString
(DataInput pInput)
-
Constructor Details
-
PSDUtil
PSDUtil()
-
-
Method Details
-
intToStr
-
readPascalString
- Throws:
IOException
-
readUnicodeString
- Throws:
IOException
-
fixedPointToFloat
public static float fixedPointToFloat(int pFP) -
createDecompressorStream
static ImageInputStream createDecompressorStream(ImageInputStream stream, int compression, int columns, int bitsPerSample, int[] byteCounts, long compressedLength) throws IOException - Throws:
IOException
-