C# Class Glare.Assets.MarkingStream.UnreadBlock

A block of unread data.
Show file Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
Data byte[]
Offset int

Private Methods

Method Description
UnreadBlock ( int offset, byte data ) : System

Property Details

Data public property

Get the data.
public byte[] Data
return byte[]

Offset public property

Get the offset of the data.
public int Offset
return int