.. java:import:: com.google.protobuf ByteString .. java:import:: java.io FileInputStream .. java:import:: java.io FileNotFoundException .. java:import:: java.io IOException .. java:import:: java.nio MappedByteBuffer .. java:import:: java.nio.channels FileChannel .. java:import:: java.nio.channels FileChannel.MapMode .. java:import:: org.caosdb.api.entity.v1 FileChunk .. java:import:: org.caosdb.api.entity.v1 FileDownloadResponse .. java:import:: org.caosdb.api.entity.v1 TransmissionStatus .. java:import:: org.caosdb.server.entity FileProperties DownloadBuffer ============== .. java:package:: org.caosdb.server.grpc :noindex: .. java:type:: public class DownloadBuffer Constructors ------------ DownloadBuffer ^^^^^^^^^^^^^^ .. java:constructor:: public DownloadBuffer(FileProperties file_properties) :outertype: DownloadBuffer Methods ------- cleanUp ^^^^^^^ .. java:method:: public void cleanUp() :outertype: DownloadBuffer getFileProperties ^^^^^^^^^^^^^^^^^ .. java:method:: public FileProperties getFileProperties() :outertype: DownloadBuffer getNextChunk ^^^^^^^^^^^^ .. java:method:: public FileDownloadResponse getNextChunk() throws FileNotFoundException, IOException :outertype: DownloadBuffer