Class FileUpload

  • All Implemented Interfaces:
    SHFile

    public class FileUpload
    extends Object
    implements SHFile
    • Field Detail

      • logger

        public static org.slf4j.Logger logger
    • Constructor Detail

    • Method Detail

      • write

        public int write​(jnr.ffi.Pointer buf,
                         long size,
                         long offset)
        Specified by:
        write in interface SHFile
      • flush

        public int flush()
        Specified by:
        flush in interface SHFile
      • getAttr

        public int getAttr​(ru.serce.jnrfuse.struct.FileStat stat)
        Specified by:
        getAttr in interface SHFile
      • uploadFinished

        public boolean uploadFinished()