Package org.jcodings.transcode
Class TranscoderDB.Entry
java.lang.Object
org.jcodings.transcode.TranscoderDB.Entry
- Enclosing class:
TranscoderDB
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]
private final byte[]
private Transcoder
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
-
Field Details
-
transcoderClass
-
source
private final byte[] source -
destination
private final byte[] destination -
transcoder
-
-
Constructor Details
-
Entry
private Entry(byte[] source, byte[] destination)
-
-
Method Details
-
getSource
public byte[] getSource() -
getDestination
public byte[] getDestination() -
getTranscoder
-