|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dictionary | |
net.sf.torrentsniffer.bencoding | |
net.sf.torrentsniffer.torrent |
Uses of Dictionary in net.sf.torrentsniffer.bencoding |
Methods in net.sf.torrentsniffer.bencoding that return Dictionary | |
Dictionary |
BencodingImpl.decode(java.lang.String string)
|
Dictionary |
BencodingImpl.decode(java.io.InputStream input)
|
Dictionary |
BencodingImpl.decode(java.net.URL url)
|
Dictionary |
Bencoding.decode(java.lang.String file)
Decodes the bencoded data in a torrent file. |
Dictionary |
Bencoding.decode(java.io.InputStream input)
Decodes the bencoded data in a stream. |
Dictionary |
Bencoding.decode(java.net.URL url)
Decodes the bencoded data in a URL. |
Methods in net.sf.torrentsniffer.bencoding with parameters of type Dictionary | |
boolean |
BencodingImpl.match(Dictionary bencoded1,
Dictionary bencoded2)
|
boolean |
Bencoding.match(Dictionary bencoded1,
Dictionary bencoded2)
Checks if two bencoded Dictionaries are the same. |
Uses of Dictionary in net.sf.torrentsniffer.torrent |
Methods in net.sf.torrentsniffer.torrent that return Dictionary | |
Dictionary |
TorrentImpl.getRoot()
|
Dictionary |
Torrent.getRoot()
Returns the Java version of the bencoded torrent. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |