Skip to content

earlbread/bencodex.net

 
 

Repository files navigation

Bencodex codec for .NET

Build Status

This library implements Bencodex serialization format which extends Bencoding.

Usage

It currently provides only the most basic encoder and decoder. See also these methods:

  • Bencodex.Codec.Encode(Bencodex.Types.IValue, System.IO.Stream)
  • Bencodex.Codec.Encode(Bencodex.Types.IValue)
  • Bencodex.Codec.Decode(System.IO.Stream)
  • Bencodex.Codec.Decode(System.Byte[])

It will provide type-extensible higher-level APIs as well in the future.

License

Distributed under LGPL 2.1 or later.

About

Bencodex codec for .NET

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 100.0%