Class FileDownload
- java.lang.Object
-
- org.gcube.data.access.storagehub.fs.FileDownload
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description FileDownload(org.gcube.common.storagehub.client.dsl.FileContainer fileContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intflush()intgetAttr(ru.serce.jnrfuse.struct.FileStat stat)FilegetOutputFile()intread(jnr.ffi.Pointer buf, long size, long offset)
-
-
-
Method Detail
-
read
public int read(jnr.ffi.Pointer buf, long size, long offset)
-
getAttr
public int getAttr(ru.serce.jnrfuse.struct.FileStat stat)
-
getOutputFile
public File getOutputFile()
-
-