Show / Hide Table of Contents

Class Blob

Inheritance
System.Object
Blob
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Blob : ProtoBuf.IExtensible

Constructors

Blob()

Declaration
public Blob()

Properties

bzip2_data

Declaration
public byte[] bzip2_data { get; set; }
Property Value
System.Byte[]

lzma_data

Declaration
public byte[] lzma_data { get; set; }
Property Value
System.Byte[]

raw

Declaration
public byte[] raw { get; set; }
Property Value
System.Byte[]

raw_size

Declaration
public int raw_size { get; set; }
Property Value
System.Int32

zlib_data

Declaration
public byte[] zlib_data { get; set; }
Property Value
System.Byte[]

Back to top Built by Itinero, MIT licensed.