BlobFactory Class |
Namespace: Couchbase.Lite
public static class BlobFactory
| Name | Description | |
|---|---|---|
| Create(String, Byte) |
Creates an IBlob given a type and in memory content
| |
| Create(String, Stream) |
Creates an IBlob given a type and streaming content
| |
| Create(String, Uri) |
Creates an IBlob given a type and a URL to a file
|