|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.linuxnet.jpcsc.Apdu.Format
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 |
public int dataFormat
public boolean printLength
public boolean printAscii
Constructor Detail |
public Apdu.Format()
public Apdu.Format(int dataFormat, boolean printLength, boolean printAscii)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |