Uses of Interface
com.biglybt.core.internat.LocaleUtilDecoder
-
-
Uses of LocaleUtilDecoder in com.biglybt.core.disk.impl.piecemapper
Methods in com.biglybt.core.disk.impl.piecemapper with parameters of type LocaleUtilDecoder Modifier and Type Method Description void
DMPieceMapper. construct(LocaleUtilDecoder _locale_decoder, java.lang.String _save_name)
-
Uses of LocaleUtilDecoder in com.biglybt.core.disk.impl.piecemapper.impl
Methods in com.biglybt.core.disk.impl.piecemapper.impl with parameters of type LocaleUtilDecoder Modifier and Type Method Description private void
PieceMapperImpl. buildFileLookupTable(TOTorrentFile torrent_file, LocaleUtilDecoder locale_decoder, char separator)
Builds the path stored in fileDictionay, saving it in btFileListprivate void
PieceMapperImpl. buildFileLookupTables(TOTorrentFile[] torrent_files, LocaleUtilDecoder locale_decoder)
void
PieceMapperImpl. construct(LocaleUtilDecoder _locale_decoder, java.lang.String _save_name)
-
Uses of LocaleUtilDecoder in com.biglybt.core.internat
Classes in com.biglybt.core.internat that implement LocaleUtilDecoder Modifier and Type Class Description class
LocaleUtilDecoderFallback
class
LocaleUtilDecoderReal
Fields in com.biglybt.core.internat declared as LocaleUtilDecoder Modifier and Type Field Description private LocaleUtilDecoder[]
LocaleUtil. all_decoders
private LocaleUtilDecoder
LocaleUtilDecoderCandidate. decoder
private LocaleUtilDecoder
LocaleUtil. fallback_decoder
private LocaleUtilDecoder[]
LocaleUtil. general_decoders
private LocaleUtilDecoder
LocaleUtil. system_decoder
Methods in com.biglybt.core.internat that return LocaleUtilDecoder Modifier and Type Method Description LocaleUtilDecoder
LocaleUtilDecoderCandidate. getDecoder()
LocaleUtilDecoder[]
LocaleUtil. getDecoders()
LocaleUtilDecoder
LocaleUtil. getFallBackDecoder()
LocaleUtilDecoder[]
LocaleUtil. getGeneralDecoders()
LocaleUtilDecoder
LocaleUtil. getSystemDecoder()
static LocaleUtilDecoder
LocaleTorrentUtil. getTorrentEncoding(TOTorrent torrent)
Get the torrent's encoding, optionally prompting the user to choose from a list if needed.static LocaleUtilDecoder
LocaleTorrentUtil. getTorrentEncoding(TOTorrent torrent, boolean saveToFileAllowed, boolean forcePrompt)
static LocaleUtilDecoder
LocaleTorrentUtil. getTorrentEncodingIfAvailable(TOTorrent torrent)
Retrieves the encoding of the torrent if it can be determined.Methods in com.biglybt.core.internat with parameters of type LocaleUtilDecoder Modifier and Type Method Description void
LocaleUtilDecoderCandidate. setDetails(LocaleUtilDecoder _decoder, java.lang.String _value)
-
Uses of LocaleUtilDecoder in com.biglybt.pifimpl.local.torrent
Fields in com.biglybt.pifimpl.local.torrent declared as LocaleUtilDecoder Modifier and Type Field Description private LocaleUtilDecoder
TorrentImpl. decoder
-
Uses of LocaleUtilDecoder in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils declared as LocaleUtilDecoder Modifier and Type Field Description (package private) LocaleUtilDecoder
LocaleDecoderImpl. decoder
Constructors in com.biglybt.pifimpl.local.utils with parameters of type LocaleUtilDecoder Constructor Description LocaleDecoderImpl(LocaleUtilDecoder _decoder)
-
Uses of LocaleUtilDecoder in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as LocaleUtilDecoder Modifier and Type Field Description protected static LocaleUtilDecoder
LocaleUtilSWT. rememberedDecoder
-