Package com.backblaze.b2.client.contentSources
-
Interface Summary Interface Description B2ContentSource Implementations of B2ContentSource provide the length, SHA1, and the bytes that the B2Client should upload.B2ContentTypes B2ContentTypes provides constants for well-known mime types, especially ones that have meaning to B2.B2Headers B2Headers represents the HTTP headers that come with a response from the server. -
Class Summary Class Description B2ByteArrayContentSource Use B2ByteArrayContentSource to wrap data in memory for uploading to B2.B2ByteArrayContentSource.Builder B2FileContentSource B2FileContentSource.Builder B2HeadersImpl B2HeadersImpl implements the B2Headers interface.B2HeadersImpl.Builder