Class FileEntrySource
java.lang.Object
com.webcodepro.applecommander.storage.FileEntrySource
- All Implemented Interfaces:
CapabilityProvider,HintProvider,Source,Container
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancan(Capability capability) void<T> Optional<T> getName()intgetSize()booleanbooleanreadBytes(int offset, int length) voidwriteBytes(int offset, DataBuffer data) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.applecommander.hint.HintProvider
isAnyMethods inherited from interface org.applecommander.source.Source
extensionLike, isApproxBetween, isApproxEQ
-
Constructor Details
-
FileEntrySource
-
-
Method Details
-
can
- Specified by:
canin interfaceCapabilityProvider
-
get
-
is
- Specified by:
isin interfaceHintProvider
-
getSize
public int getSize() -
getName
-
readAllBytes
- Specified by:
readAllBytesin interfaceSource
-
readBytes
-
writeBytes
- Specified by:
writeBytesin interfaceSource
-
hasChanged
public boolean hasChanged()- Specified by:
hasChangedin interfaceSource
-
clearChanges
public void clearChanges()- Specified by:
clearChangesin interfaceSource
-
information
- Specified by:
informationin interfaceSource
-