Uses of Class
com.biglybt.core.internat.LocaleUtilEncodingException
-
Packages that use LocaleUtilEncodingException Package Description com.biglybt.core.disk.impl com.biglybt.core.internat com.biglybt.ui.swt -
-
Uses of LocaleUtilEncodingException in com.biglybt.core.disk.impl
Methods in com.biglybt.core.disk.impl that throw LocaleUtilEncodingException Modifier and Type Method Description private static void
DiskManagerImpl. deleteDataFileContents(TOTorrent torrent, java.lang.String torrent_save_dir, java.lang.String torrent_save_file, boolean force_no_recycle)
-
Uses of LocaleUtilEncodingException in com.biglybt.core.internat
Methods in com.biglybt.core.internat that throw LocaleUtilEncodingException Modifier and Type Method Description LocaleUtilDecoderCandidate
LocaleUtilListener. selectDecoder(LocaleUtil locale_util, java.lang.Object selection_owner, java.util.List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk)
static void
LocaleTorrentUtil. setDefaultTorrentEncoding(TOTorrent torrent)
static void
LocaleTorrentUtil. setTorrentEncoding(TOTorrent torrent, java.lang.String encoding)
-
Uses of LocaleUtilEncodingException in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt that throw LocaleUtilEncodingException Modifier and Type Method Description LocaleUtilDecoderCandidate
LocaleUtilSWT. selectDecoder(LocaleUtil locale_util, java.lang.Object decision_owner, java.util.List<LocaleUtilDecoderCandidate> candidates, boolean forceAsk)
-