|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.twainconnect.io.imp.TwainConnectImageLoaderImp.BitmapHeader
static class TwainConnectImageLoaderImp.BitmapHeader
Internal class representing a bitmap header structure with code to read it from a file
| Field Summary | |
|---|---|
int |
nbisize
|
int |
nbitcount
|
int |
nclrimp
|
int |
nclrused
|
int |
ncompression
|
int |
nheight
|
int |
nplanes
|
int |
nsize
|
int |
nsizeimage
|
int |
nwidth
|
int |
nxpm
|
int |
nypm
|
| Constructor Summary | |
|---|---|
TwainConnectImageLoaderImp.BitmapHeader()
|
|
| Method Summary | |
|---|---|
void |
read(java.io.FileInputStream fs)
read in the bitmap header |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int nsize
public int nbisize
public int nwidth
public int nheight
public int nplanes
public int nbitcount
public int ncompression
public int nsizeimage
public int nxpm
public int nypm
public int nclrused
public int nclrimp
| Constructor Detail |
|---|
TwainConnectImageLoaderImp.BitmapHeader()
| Method Detail |
|---|
public void read(java.io.FileInputStream fs)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||