com.linuxnet.jpcsc
Class Apdu.Format

java.lang.Object
  extended bycom.linuxnet.jpcsc.Apdu.Format
Enclosing class:
Apdu

public static class Apdu.Format
extends java.lang.Object

The Format class described the format to use for converting APDU strings to buffers and vice versa.


Field Summary
 int dataFormat
          Format of data printed.
 boolean printAscii
          Append ASCII representation of APDU.
 boolean printLength
          Prepend string with APDU length.
 
Constructor Summary
Apdu.Format()
          Constructor.
Apdu.Format(int dataFormat, boolean printLength, boolean printAscii)
          Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataFormat

public int dataFormat
Format of data printed.


printLength

public boolean printLength
Prepend string with APDU length.


printAscii

public boolean printAscii
Append ASCII representation of APDU.

Constructor Detail

Apdu.Format

public Apdu.Format()
Constructor.


Apdu.Format

public Apdu.Format(int dataFormat,
                   boolean printLength,
                   boolean printAscii)
Constructor.