|
JMRTD 0.4.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FileSystemStructured
Interface for minimal ISO file systems.
Implement this interface to tell CardFileInputStream
how to deal with card files.
| Method Summary | |
|---|---|
FileInfo[] |
getSelectedPath()
Identifies the currently selected file. |
byte[] |
readBinary(int offset,
int length)
Reads a fragment of the currently selected file. |
void |
selectFile(short fid)
Selects a file. |
| Method Detail |
|---|
void selectFile(short fid)
throws CardServiceException
fid - indicates which file to select
CardServiceException - in case of error
byte[] readBinary(int offset,
int length)
throws CardServiceException
offset - offsetlength - the number of bytes to read (the result may be shorter, though)
CardServiceException - on error (for instance: end of file)FileInfo[] getSelectedPath()
null.
|
JMRTD 0.4.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||