C# Class ADBaseLibrary.Matroska.Objects.EbmlFloat

Inheritance: EbmlGeneric
Show file Open project: maxpiva/AnimeOfflineDownloader Class Usage Examples

Public Methods

Method Description
New ( ) : EbmlGeneric
Read ( BinaryReader reader, ulong baselength ) : void
Write ( BinaryWriter writer, HashAlgorithm algo = null ) : void

Method Details

New() public method

public New ( ) : EbmlGeneric
return EbmlGeneric

Read() public method

public Read ( BinaryReader reader, ulong baselength ) : void
reader System.IO.BinaryReader
baselength ulong
return void

Write() public method

public Write ( BinaryWriter writer, HashAlgorithm algo = null ) : void
writer System.IO.BinaryWriter
algo System.Security.Cryptography.HashAlgorithm
return void