- java.lang.Object
-
- org.jcodings.transcode.TranscoderDB.Entry
-
- Enclosing class:
- TranscoderDB
public static final class TranscoderDB.Entry extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getDestination()byte[]getSource()TranscodergetTranscoder()
-
-
-
Method Detail
-
getSource
public byte[] getSource()
-
getDestination
public byte[] getDestination()
-
getTranscoder
public Transcoder getTranscoder()
-
-