public class Bencoding extends Object
IBencodedValue| Constructor and Description |
|---|
Bencoding() |
| Modifier and Type | Method and Description |
|---|---|
IBencodedValue |
decode(Reader reader)
Decodes the given string reader into the bencoded data structure.
|
int |
getCharactersRead() |
public IBencodedValue decode(Reader reader)
reader - The reader containing the string input. The implementation must support Reader.markSupported()public int getCharactersRead()
decode(Reader).Copyright © 2016. All rights reserved.