Uses of Class
com.torrentMech.codec.CorruptTorrentException

Packages that use CorruptTorrentException
com.torrentMech.codec   
 

Uses of CorruptTorrentException in com.torrentMech.codec
 

Methods in com.torrentMech.codec that throw CorruptTorrentException
private  java.util.Hashtable Torrent.decodeDict()
          Decode a bencoded torrent's dictionary into it's key/value pairs.
private  java.lang.String Torrent.decodeInt()
          Decodes integer values of a torrent.
private  java.util.LinkedList Torrent.decodeList()
          Decodes list sections of the torrent.
private  java.lang.String Torrent.decodeString()
          Decodes String sections of the torrent.
 

Constructors in com.torrentMech.codec that throw CorruptTorrentException
Torrent(java.io.BufferedReader br)
          Populates the Torrent instance with torrent details read from a java.io.BufferedReader.
Torrent(java.lang.String torrent)
          Populates the Torrent instance with torrent details read from a java.lang.String.