Package com.backblaze.b2.client.contentHandlers
-
Interface Summary Interface Description B2ContentOutputStreamWriter.Helper A Helper provides the OutputStream(s) to write to and the InputStream(s) to use to re-read the content after writing it.B2ContentSink Implement B2ContentSink to process files downloaded from B2. -
Class Summary Class Description B2ContentFileWriter This is a B2ContentWriter which records the incoming data into a file on disk.B2ContentFileWriter.Builder B2ContentMemoryWriter This is a B2ContentWriter which records the incoming data into an in-memory byte array.B2ContentMemoryWriter.Builder B2ContentOutputStreamWriter B2ContentOutputStreamWriter is a subclass of B2ContentWriter which uses a Helper to create the OutputStream to write to, and optionally, the InputStream to use to reread and verify the SHA1.B2ContentOutputStreamWriter.Builder B2ContentWriter B2ContentWriter is a base class for ContentHandlers which writes the content to a stream.