- All Superinterfaces:
DataStore,FileSystemStore,ShellStore
- All Known Implementing Classes:
LocalStore
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleandefault booleanisLocal()default booleandefault InputStreamdefault OutputStreamopenOutput(String file) Methods inherited from interface io.xpipe.core.store.DataStore
asNeeded, canOpen, checkComplete, delete, determineDefaultName, determineLastModified, getFlow, isComplete, isContentExclusivelyAccessibleMethods inherited from interface io.xpipe.core.store.ShellStore
create, determineType, queryMachineName, validate
-
Method Details
-
isLocal
default boolean isLocal() -
openInput
- Specified by:
openInputin interfaceFileSystemStore- Throws:
Exception
-
openOutput
- Specified by:
openOutputin interfaceFileSystemStore- Throws:
Exception
-
exists
- Specified by:
existsin interfaceFileSystemStore- Throws:
Exception
-
mkdirs
- Specified by:
mkdirsin interfaceFileSystemStore- Throws:
Exception
-