Click or drag to resize

BlobFactory Class

A factory for creating IBlob objects
Inheritance Hierarchy
SystemObject
  Couchbase.LiteBlobFactory

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public static class BlobFactory
Methods
  NameDescription
Public methodStatic memberCreate(String, Byte)
Creates an IBlob given a type and in memory content
Public methodStatic memberCreate(String, Stream)
Creates an IBlob given a type and streaming content
Public methodStatic memberCreate(String, Uri)
Creates an IBlob given a type and a URL to a file
Top
See Also