com.ecebs.rtd.enabler.types.itso
Class DirectoryCMD4
java.lang.Object
com.ecebs.rtd.enabler.types.itso.Directory
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 |
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 |
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 fromoffset
- index to start parsing at
- Throws:
IndexOutOfBoundsException
Copyright © 2013 Ecebs Ltd. All Rights Reserved.