.. java:import:: java.io FileNotFoundException .. java:import:: java.io IOException .. java:import:: java.util HashMap .. java:import:: java.util Map .. java:import:: org.caosdb.api.entity.v1 FileDownloadResponse .. java:import:: org.caosdb.api.entity.v1 FileTransmissionSettings .. java:import:: org.caosdb.server.entity FileProperties .. java:import:: org.caosdb.server.utils Utils FileDownload ============ .. java:package:: org.caosdb.server.grpc :noindex: .. java:type:: public class FileDownload extends FileTransmission Fields ------ buffers ^^^^^^^ .. java:field:: Map buffers :outertype: FileDownload Constructors ------------ FileDownload ^^^^^^^^^^^^ .. java:constructor:: public FileDownload(FileTransmissionSettings settings, String id) throws Exception :outertype: FileDownload Methods ------- append ^^^^^^ .. java:method:: public String append(FileProperties fp) :outertype: FileDownload cleanUp ^^^^^^^ .. java:method:: @Override public void cleanUp() :outertype: FileDownload getFile ^^^^^^^ .. java:method:: @Override public FileProperties getFile(String fileId) :outertype: FileDownload getNextChunk ^^^^^^^^^^^^ .. java:method:: public FileDownloadResponse getNextChunk(String fileId) throws FileNotFoundException, IOException :outertype: FileDownload getTransmissionSettings ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override public FileTransmissionSettings getTransmissionSettings() :outertype: FileDownload