Interface SHFile

All Known Implementing Classes:
FileDownload, FileUpload

public interface SHFile
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
    getAttr(ru.serce.jnrfuse.struct.FileStat stat)
     
    default int
    read(jnr.ffi.Pointer buf, long size, long offset)
     
    default int
    write(jnr.ffi.Pointer buf, long size, long offset)
     
  • 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)