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

Method isWriteProtected

src/main/java/jace/hardware/ProdosDriver.java:64–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;
67 abstract public void mliWrite(int block, int bufferAddress) throws IOException;

Callers 1

prodosMLIMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected