Uses of Class
org.jcodings.transcode.TranscoderDB.Entry
-
Packages that use TranscoderDB.Entry Package Description org.jcodings.transcode -
-
Uses of TranscoderDB.Entry in org.jcodings.transcode
Fields in org.jcodings.transcode with type parameters of type TranscoderDB.Entry Modifier and Type Field Description static CaseInsensitiveBytesHash<CaseInsensitiveBytesHash<TranscoderDB.Entry>>TranscoderDB. transcodersMethods in org.jcodings.transcode that return TranscoderDB.Entry Modifier and Type Method Description static TranscoderDB.EntryTranscoderDB. getEntry(byte[] source, byte[] destination)(package private) static TranscoderDB.EntryTranscoderDB. makeEntry(byte[] source, byte[] destination)Methods in org.jcodings.transcode with parameters of type TranscoderDB.Entry Modifier and Type Method Description private static EConvTranscoderDB. openByTranscoderEntries(int n, TranscoderDB.Entry[] entries)
-