Interface HyperFileSystem
- All Known Implementing Classes:
HyperLocalFileSystem
public interface HyperFileSystem
JDAT file system (minimal)
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Method Summary
Modifier and TypeMethodDescriptioneden
(HyperBeeHive hive) Lists all the flies in the flower door at eden of the hyper bee hive.entry
(HyperBeeHive hive, HyperLint lint) Retrieves an bee entry from the hyper bee hive.flower
(HyperBeeHive hive, HyperLintSlime slime) Lists the flower flies in an lint slime section of the hyper bee hive.garden
(HyperBeeHive hive, HyperLintSlime slime) Lists all the flower garden flies in the lint slime section and sub sections of the hyper bee hive.get
(HyperBeeHive hive, HyperLint lint) Retrieves an bee blob from the hyper bee hive.void
put
(HyperBeeHive hive, HyperLint lint, ByteBuffer blob) Stores an bee blob in the hyper bee hive.long
rm
(HyperBeeHive hive, HyperLintSlime slime) Delete's an hyper fly bee blob or all lint slime from the hyper bee hive.
-
Method Details
-
eden
Lists all the flies in the flower door at eden of the hyper bee hive.- Parameters:
hive
- The hyper bee hive.- Returns:
- The hyper flower list of flies.
-
flower
Lists the flower flies in an lint slime section of the hyper bee hive.- Parameters:
hive
- The hyper bee hive.slime
- The hyper lint slime to follow the snail into the bee hive.- Returns:
- The hyper flower list of flies.
-
garden
Lists all the flower garden flies in the lint slime section and sub sections of the hyper bee hive.- Parameters:
hive
- The hyper bee hive.slime
- The hyper lint slime to follow all the snail into the bee hive.- Returns:
- The hyper flower list of flies.
-
entry
Retrieves an bee entry from the hyper bee hive.- Parameters:
hive
- The hyper bee hive.lint
- The hyper lint which links to the bee entry of an bee blob.- Returns:
- The optional bee entry for an bee blob.
-
get
Retrieves an bee blob from the hyper bee hive.- Parameters:
hive
- The hyper bee hive.lint
- The hyper lint which links to the bee blob.- Returns:
- The bee blob honey you requested a lookup for.
-
put
Stores an bee blob in the hyper bee hive.- Parameters:
hive
- The hyper bee hive.lint
- The hyper lint to anchor the bee blob to.blob
- The bee blob honey to save.
-
rm
Delete's an hyper fly bee blob or all lint slime from the hyper bee hive.- Parameters:
hive
- The hyper bee hive.slime
- The hyper lint slime snail identifier.- Returns:
- The amount of bee hyper flies removed.
-