Class BMPHeader
java.lang.Object
|
+--BMPHeader
- public class BMPHeader
- extends java.lang.Object
Used by the codec to read, write and store BMP file headers
not intended for external use...
- See Also:
BMPEncoder
,
BMPDecoder
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BMP_SIG
public static int BMP_SIG
BMP_DEF_PPM
public static int BMP_DEF_PPM
BMP_TYPE_RGB
public static int BMP_TYPE_RGB
BMPHeader
public BMPHeader()
loadHeader
public static BMPHeader loadHeader(BMPInStream in)
throws BMPCodecException
readHeader
public void readHeader(BMPInStream in)
throws BMPCodecException
writeHeader
public void writeHeader(BMPOutStream out)
throws BMPCodecException