Package org.applecommander.image
Class UniversalDiskImage
java.lang.Object
org.applecommander.image.UniversalDiskImage
- All Implemented Interfaces:
- CapabilityProvider,- HintProvider,- Source,- Container
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic final record
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancan(Capability capability) void<T> Optional<T> getInfo()getName()intgetSize()booleanbooleanreadBytes(int offset, int length) voidwriteBytes(int offset, DataBuffer data) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.applecommander.hint.HintProviderisAnyMethods inherited from interface org.applecommander.source.SourceextensionLike, isApproxBetween, isApproxEQ
- 
Field Details- 
MAGICpublic static final int MAGIC- See Also:
 
- 
HEADER_SIZEpublic static final int HEADER_SIZE- See Also:
 
- 
HEADER_SIZE_ALTpublic static final int HEADER_SIZE_ALT- See Also:
 
 
- 
- 
Constructor Details- 
UniversalDiskImage
 
- 
- 
Method Details- 
getInfo
- 
can- Specified by:
- canin interface- CapabilityProvider
 
- 
getSizepublic int getSize()
- 
getName
- 
get
- 
is- Specified by:
- isin interface- HintProvider
 
- 
readAllBytes- Specified by:
- readAllBytesin interface- Source
 
- 
readBytes
- 
writeBytes- Specified by:
- writeBytesin interface- Source
 
- 
hasChangedpublic boolean hasChanged()- Specified by:
- hasChangedin interface- Source
 
- 
clearChangespublic void clearChanges()- Specified by:
- clearChangesin interface- Source
 
- 
information- Specified by:
- informationin interface- Source
 
 
-