Krusen / BencodeNET

.NET library for encoding/decoding bencode and reading/writing torrent files
The Unlicense
152 stars 28 forks source link

make BObject ctor public #34

Closed h82258652 closed 6 years ago

h82258652 commented 6 years ago

I have a bencode string and I want to convert it to a C# class obj. But I found BObject's ctor is internal, and IBObject interface is too complex.

Krusen commented 6 years ago

I don't understand what you are trying to achieve. Can you show me an example of what you want to do?