Class DirectoryEntry
java.lang.Object
com.twelvemonkeys.imageio.plugins.bmp.DirectoryEntry
- Direct Known Subclasses:
DirectoryEntry.CUREntry
,DirectoryEntry.ICOEntry
DirectoryEntry
- Version:
- $Id: DirectoryEntry.java,v 1.0 Apr 4, 2009 4:29:53 PM haraldk Exp$
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
Cursor directory entry.(package private) static final class
Icon directory entry. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static DirectoryEntry
createEntry
(int type) int
int
int
int
int
int
getSize()
int
getWidth()
static DirectoryEntry
protected void
toString()
(package private) void
write
(DataOutput output)
-
Field Details
-
width
int width -
height
int height -
colorCount
int colorCount -
planes
int planes -
bitCount
int bitCount -
size
int size -
offset
int offset
-
-
Constructor Details
-
DirectoryEntry
DirectoryEntry()
-
-
Method Details
-
read
- Throws:
IOException
-
createEntry
- Throws:
IIOException
-
read
- Throws:
IOException
-
write
- Throws:
IOException
-
toString
-
getBitCount
public int getBitCount() -
getColorCount
public int getColorCount() -
getHeight
public int getHeight() -
getOffset
public int getOffset() -
getPlanes
public int getPlanes() -
getSize
public int getSize() -
getWidth
public int getWidth()
-