()
| 61 | |
| 62 | abstract public boolean changeUnit(int unitNumber); |
| 63 | abstract public int getSize(); |
| 64 | abstract public boolean isWriteProtected(); |
| 65 | abstract public void mliFormat() throws IOException; |
| 66 | abstract public void mliRead(int block, int bufferAddress) throws IOException; |