Interface SHFile
-
- All Known Implementing Classes:
FileDownload,FileUpload
public interface SHFile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intflush()intgetAttr(ru.serce.jnrfuse.struct.FileStat stat)default intread(jnr.ffi.Pointer buf, long size, long offset)default intwrite(jnr.ffi.Pointer buf, long size, long offset)
-