MCPcopy Create free account
hub / github.com/badvision/jace / mliWrite

Method mliWrite

src/main/java/jace/hardware/ProdosDriver.java:67–67  ·  view source on GitHub ↗
(int block, int bufferAddress)

Source from the content-addressed store, hash-verified

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
70 public void handleMLI() {

Callers 1

prodosMLIMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected