Class InMemoryBinaryStorage
Inheritance
System.Object
InMemoryBinaryStorage
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.Core.IO
Assembly: Recolude.Core.dll
Syntax
public class InMemoryBinaryStorage : IBinaryStorage
Constructors
InMemoryBinaryStorage()
Declaration
public InMemoryBinaryStorage()
Methods
Delete(String)
Declaration
public void Delete(string location)
Parameters
Type | Name | Description |
---|---|---|
System.String | location |
Exists(String)
Declaration
public bool Exists(string location)
Parameters
Type | Name | Description |
---|---|---|
System.String | location |
Returns
Type | Description |
---|---|
System.Boolean |
Read(String)
Declaration
public Stream Read(string location)
Parameters
Type | Name | Description |
---|---|---|
System.String | location |
Returns
Type | Description |
---|---|
System.IO.Stream |
Write(Stream, String)
Declaration
public void Write(Stream data, string location)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | data | |
System.String | location |