Interface SHFile
- All Known Implementing Classes:
FileDownload,FileUpload
public interface SHFile
-
Method Summary
-
Method Details
-
read
default int read(jnr.ffi.Pointer buf, long size, long offset) -
write
default int write(jnr.ffi.Pointer buf, long size, long offset) -
flush
int flush() -
getAttr
int getAttr(ru.serce.jnrfuse.struct.FileStat stat)
-