C# Class Asmex.FileViewer.MDBlob

Exibir arquivo Open project: swax/CodePerspective Class Usage Examples

Public Properties

Property Type Description
_data byte[]

Public Methods

Method Description
MDBlob ( BinaryReader reader ) : System
ToBytes ( ) : byte[]
ToString ( ) : string

Method Details

MDBlob() public method

public MDBlob ( BinaryReader reader ) : System
reader System.IO.BinaryReader
return System

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

ToString() public method

public ToString ( ) : string
return string

Property Details

_data public_oe property

public byte[] _data
return byte[]