Info
Version: | 1.0.0 |
Author(s): | OlegZee |
Last Update: | Sunday, November 3, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/OlegZee/NEbml |
NuGet Url: | https://www.nuget.org/packages/RawScape.NEbml |
Install
Install-Package RawScape.NEbml
dotnet add package RawScape.NEbml
paket add RawScape.NEbml
RawScape.NEbml Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The idea of EBML is similar to XML, as it is:
* made of tagged records
* stores both atomic and compaund objects
Unlike XML the EBML is very efficient in space and performance terms.