Show / Hide Table of Contents

Class InMemoryBinary

Inheritance
System.Object
InMemoryBinary
Implements
IBinary
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.Core
Assembly: Recolude.Core.dll
Syntax
public class InMemoryBinary : IBinary

Constructors

InMemoryBinary(String, Metadata, Byte[])

Declaration
public InMemoryBinary(string name, Metadata metadata, byte[] data)
Parameters
Type Name Description
System.String name
Metadata metadata
System.Byte[] data

Methods

Data()

Declaration
public Stream Data()
Returns
Type Description
System.IO.Stream

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

Metadata()

Declaration
public Metadata Metadata()
Returns
Type Description
Metadata

Name()

Declaration
public string Name()
Returns
Type Description
System.String

Size()

Declaration
public long Size()
Returns
Type Description
System.Int64

Implements

IBinary
Back to top Generated by DocFX