Telenav / kivakit

KivaKit is a set of integrated Java mini-frameworks for everyday development.
Apache License 2.0
83 stars 10 forks source link

Add KivaKit Java Filesystem #65

Closed jonathanl-telenav closed 3 years ago

jonathanl-telenav commented 3 years ago

What would you like? It would be nice to have a "java" project under kivakit-extensions/kivakit-filesystems that gives access to the Java filesystem abstraction (java.nio.file.Filesystem.java). The kivakit-s3fs project should give you a good template to start with. Let me know if you have any difficulties understanding what to do.

Why would you like it? This will give use fast zip file access with KivaKit's File object and will introduce you to how the kivakit-filesystems module works.

Is there another way? No

rodherz commented 3 years ago

will try

jonathanl-telenav commented 3 years ago

This is working now. Thanks Yinyin!