- java.lang.Object
-
- org.jcodings.transcode.EConv.LastError
-
-
Constructor Summary
Constructors Constructor Description LastError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getDestination()byte[]getErrorBytes()intgetErrorBytesLength()intgetErrorBytesP()TranscodinggetErrorTranscoding()intgetReadAgainLength()EConvResultgetResult()byte[]getSource()StringtoString()
-
-
-
Method Detail
-
getResult
public EConvResult getResult()
-
getErrorTranscoding
public Transcoding getErrorTranscoding()
-
getSource
public byte[] getSource()
-
getDestination
public byte[] getDestination()
-
getErrorBytes
public byte[] getErrorBytes()
-
getErrorBytesP
public int getErrorBytesP()
-
getErrorBytesLength
public int getErrorBytesLength()
-
getReadAgainLength
public int getReadAgainLength()
-
-