ipfs-shipyard / java-ipfs-http-client

A Java implementation of the HTTP IPFS API
MIT License
538 stars 243 forks source link

Why not provide a concrete class implement the FileSystem interface? #108

Closed ghost closed 6 years ago

ghost commented 6 years ago

I mean the java.nio.file.FileSystem interface since 1.7 ?

ianopolous commented 6 years ago

Ipfs is much more than a filesystem, and this is meant to be a thin wrapper around the IPFS api.