com.ecebs.rtd.enabler.types.itso
Class DirectoryCMD4

java.lang.Object
  extended by com.ecebs.rtd.enabler.types.itso.Directory
      extended by com.ecebs.rtd.enabler.types.itso.DirectoryCMD4
All Implemented Interfaces:
Serializable

public class DirectoryCMD4
extends Directory

Represents an ITSO Directory File for CMD4 Mifare Ultralight, wrapping a single directory entry.

Author:
davidj
See Also:
Serialized Form

Constructor Summary
DirectoryCMD4(byte[] dir, int offset)
          Parses from the provided byte array starting at the provided offset
 
Method Summary
 
Methods inherited from class com.ecebs.rtd.enabler.types.itso.Directory
getDirEntries, getDirEntry, getDirSeqNum, getHeader, getIns, getInstanceID, getIsamID, getKID, getNumLogEntries, getOriginalSCT, getSct, getSeal, isNewerThan, isShellBlocked, setShellBlocked, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryCMD4

public DirectoryCMD4(byte[] dir,
                     int offset)
              throws IndexOutOfBoundsException
Parses from the provided byte array starting at the provided offset

Parameters:
dir - byte array to parse from
offset - index to start parsing at
Throws:
IndexOutOfBoundsException


Copyright © 2013 Ecebs Ltd. All Rights Reserved.