Package org.jcodings.transcode
Class EConv.LastError
java.lang.Object
org.jcodings.transcode.EConv.LastError
- Enclosing class:
EConv
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byte[]
(package private) byte[]
(package private) int
(package private) int
(package private) Transcoding
(package private) int
(package private) EConvResult
(package private) byte[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
result
EConvResult result -
errorTranscoding
Transcoding errorTranscoding -
source
byte[] source -
destination
byte[] destination -
errorBytes
byte[] errorBytes -
errorBytesP
int errorBytesP -
errorBytesLength
int errorBytesLength -
readAgainLength
int readAgainLength
-
-
Constructor Details
-
LastError
public LastError()
-
-
Method Details
-
reset
void reset() -
getResult
-
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() -
toString
-