com.jaccal.command.gsm
Class GSMReadBinary

java.lang.Object
  extended bycom.jaccal.command.Command
      extended bycom.jaccal.command.iso.ISOCommand
          extended bycom.jaccal.command.iso.ISOReadBinary
              extended bycom.jaccal.command.gsm.GSMReadBinary

public class GSMReadBinary
extends ISOReadBinary

Author:
Thomas Tarpin-Lyonnet

Field Summary
 
Fields inherited from class com.jaccal.command.Command
cla, data, ins, lc, le, p1, p2
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

setCla

public void setCla(byte cla)
Overrides:
setCla in class ISOCommand


Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.