Package org.applecommander.device
Class ProdosOrderedBlockDevice
java.lang.Object
org.applecommander.device.ProdosOrderedBlockDevice
- All Implemented Interfaces:
CapabilityProvider,BlockDevice,Device,HintProvider,Container
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.applecommander.device.BlockDevice
BlockDevice.Geometry -
Field Summary
Fields inherited from interface org.applecommander.device.BlockDevice
STANDARD_BLOCK_SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancan(Capability capability) <T> Optional<T> booleanreadBlock(int block) voidwriteBlock(int block, DataBuffer blockData) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.applecommander.device.BlockDevice
formatMethods inherited from interface org.applecommander.hint.HintProvider
isAny
-
Constructor Details
-
ProdosOrderedBlockDevice
-
-
Method Details
-
get
-
is
- Specified by:
isin interfaceHintProvider
-
can
- Specified by:
canin interfaceCapabilityProvider
-
getGeometry
- Specified by:
getGeometryin interfaceBlockDevice
-
readBlock
- Specified by:
readBlockin interfaceBlockDevice
-
writeBlock
- Specified by:
writeBlockin interfaceBlockDevice
-