com.twainconnect.io.imp
Class TwainConnectImageLoaderImp.BitmapHeader

java.lang.Object
  extended by com.twainconnect.io.imp.TwainConnectImageLoaderImp.BitmapHeader
Enclosing class:
TwainConnectImageLoaderImp

static class TwainConnectImageLoaderImp.BitmapHeader
extends java.lang.Object

Internal class representing a bitmap header structure with code to read it from a file

Version:
3.5.0
Author:
ijudy.com

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

nsize

public int nsize

nbisize

public int nbisize

nwidth

public int nwidth

nheight

public int nheight

nplanes

public int nplanes

nbitcount

public int nbitcount

ncompression

public int ncompression

nsizeimage

public int nsizeimage

nxpm

public int nxpm

nypm

public int nypm

nclrused

public int nclrused

nclrimp

public int nclrimp
Constructor Detail

TwainConnectImageLoaderImp.BitmapHeader

TwainConnectImageLoaderImp.BitmapHeader()
Method Detail

read

public void read(java.io.FileInputStream fs)
          throws java.io.IOException
read in the bitmap header

Throws:
java.io.IOException