C# Class BEncodeLib.BEncoder

Exibir arquivo Open project: jvandertil/csharp-bencode

Public Methods

Method Description
Bencode ( object>.IDictionary map, Stream s ) : void
Bencode ( IList list, Stream s ) : void
Bencode ( byte b, Stream s ) : void
Bencode ( long n, Stream s ) : void
Bencode ( object o, Stream s ) : void
Bencode ( string str, Stream s ) : void

Method Details

Bencode() public static method

public static Bencode ( object>.IDictionary map, Stream s ) : void
map object>.IDictionary
s Stream
return void

Bencode() public static method

public static Bencode ( IList list, Stream s ) : void
list IList
s Stream
return void

Bencode() public static method

public static Bencode ( byte b, Stream s ) : void
b byte
s Stream
return void

Bencode() public static method

public static Bencode ( long n, Stream s ) : void
n long
s Stream
return void

Bencode() public static method

public static Bencode ( object o, Stream s ) : void
o object
s Stream
return void

Bencode() public static method

public static Bencode ( string str, Stream s ) : void
str string
s Stream
return void