com.jaccal.command.gsm
Class GSMReadBinary
java.lang.Object
com.jaccal.command.Command
com.jaccal.command.iso.ISOCommand
com.jaccal.command.iso.ISOReadBinary
com.jaccal.command.gsm.GSMReadBinary
- public class GSMReadBinary
- extends ISOReadBinary
- Author:
- Thomas Tarpin-Lyonnet
Constructor Summary |
GSMReadBinary(String offset,
String lc)
Construct a GSM command that reads the data in a binary file from the offset
specified by offset. |
Method Summary |
void |
setCla(byte cla)
|
Methods inherited from class com.jaccal.command.Command |
getBytes, getCla, getData, getIns, getLc, getLe, getP1, getP2, setData, setLc, setLe, setP1, setP2, toString |
GSMReadBinary
public GSMReadBinary(String offset,
String lc)
throws CardException
- Construct a GSM command that reads the data in a binary file from the offset
specified by offset.
- Parameters:
offset
- lc
-
- Throws:
CardException
setCla
public void setCla(byte cla)
- Overrides:
setCla
in class ISOCommand
Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.