Show / Hide Table of Contents

Class DataBlob

Contains named raw data for DataStore.

Inheritance
System.Object
DataBlob
Namespace: Eco.Core.Serialization
Assembly: Eco.Core.dll
Syntax
public class DataBlob : Object

Constructors

DataBlob(Stream, String)

Declaration
public DataBlob(Stream data, string name)
Parameters
Type Name Description
System.IO.Stream data
System.String name

Properties

Data

Raw data.

Declaration
public Stream Data { get; set; }
Property Value
Type Description
System.IO.Stream

Name

Entry name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾