zach-klippenstein / adbfs

A FUSE filesystem that uses goadb to expose Android devices' filesystems.
Apache License 2.0
150 stars 12 forks source link

Implemented a custom nodefs.File. #29

Closed zach-klippenstein closed 8 years ago

zach-klippenstein commented 8 years ago

The read logic is still essentially the same, except that the underlying buffer is shared by all open files with the same path.