Uses of Class
com.biglybt.pif.torrent.TorrentEncodingException
-
Packages that use TorrentEncodingException Package Description com.biglybt.pif.torrent com.biglybt.pifimpl.local.torrent -
-
Uses of TorrentEncodingException in com.biglybt.pif.torrent
Methods in com.biglybt.pif.torrent that throw TorrentEncodingException Modifier and Type Method Description void
Torrent. setDefaultEncoding()
void
Torrent. setEncoding(java.lang.String encoding)
-
Uses of TorrentEncodingException in com.biglybt.pifimpl.local.torrent
Methods in com.biglybt.pifimpl.local.torrent that throw TorrentEncodingException Modifier and Type Method Description void
TorrentImpl. setDefaultEncoding()
void
TorrentImpl. setEncoding(java.lang.String encoding)
protected void
TorrentManagerImpl. tryToSetTorrentEncoding(TOTorrent torrent, java.lang.String encoding)
-