Package org.hcilab.btprinter.abstractionlayer

Interface Summary
IOHandler This interface provides an abstraction layer for the communication with the printer which can be done for example using com ports (J2SE) or a serial bluetooth profile (J2ME) depending on the platform and its implementation.
LogHandler This interface provides an abstraction layer for logging purposes as the standard java.util.Logger is not available for example on J2ME.
 

Class Summary
ImageHandler This class provides an abstraction layer for the image processing as image handling (e.g. raw pixel access) may be different on different platforms.