(int block, int bufferAddress)
| 64 | abstract public boolean isWriteProtected(); |
| 65 | abstract public void mliFormat() throws IOException; |
| 66 | abstract public void mliRead(int block, int bufferAddress) throws IOException; |
| 67 | abstract public void mliWrite(int block, int bufferAddress) throws IOException; |
| 68 | abstract public Card getOwner(); |
| 69 |