C# Class ADBaseLibrary.Matroska.Objects.EbmlSint

Inheritance: EbmlGeneric
Afficher le fichier Open project: maxpiva/AnimeOfflineDownloader Class Usage Examples

Méthodes publiques

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

Method Details

New() public méthode

public New ( ) : EbmlGeneric
Résultat EbmlGeneric

Read() public méthode

public Read ( BinaryReader reader, ulong baselength ) : void
reader System.IO.BinaryReader
baselength ulong
Résultat void

Write() public méthode

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