public class ApplicationFileLocator extends ByteParsable
Constructor and Description |
---|
ApplicationFileLocator() |
Modifier and Type | Method and Description |
---|---|
byte |
getFirstRecordIndex() |
byte |
getLastRecordIndex() |
byte |
getSfi() |
boolean |
isOfflineDataAuthentication() |
int |
parse(byte[] bytes)
Parses a byte array.
|
static ApplicationFileLocator |
parseApplicationFileLocator(byte[] bytes) |
clear, equals, getByteCount, getBytes, hashCode, setBytes, toString
public static ApplicationFileLocator parseApplicationFileLocator(byte[] bytes)
public int parse(byte[] bytes)
ByteParsable
parse
in class ByteParsable
bytes
- The bytes to parse.public byte getSfi()
public byte getFirstRecordIndex()
public byte getLastRecordIndex()
public boolean isOfflineDataAuthentication()