Package org.jcodings.transcode
Class EConv.LastError
- java.lang.Object
-
- org.jcodings.transcode.EConv.LastError
-
- Enclosing class:
- EConv
public static final class EConv.LastError extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[]
destination
(package private) byte[]
errorBytes
(package private) int
errorBytesLength
(package private) int
errorBytesP
(package private) Transcoding
errorTranscoding
(package private) int
readAgainLength
(package private) EConvResult
result
(package private) byte[]
source
-
Constructor Summary
Constructors Constructor Description LastError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getDestination()
byte[]
getErrorBytes()
int
getErrorBytesLength()
int
getErrorBytesP()
Transcoding
getErrorTranscoding()
int
getReadAgainLength()
EConvResult
getResult()
byte[]
getSource()
(package private) void
reset()
java.lang.String
toString()
-
-
-
Field Detail
-
result
EConvResult result
-
errorTranscoding
Transcoding errorTranscoding
-
source
byte[] source
-
destination
byte[] destination
-
errorBytes
byte[] errorBytes
-
errorBytesP
int errorBytesP
-
errorBytesLength
int errorBytesLength
-
readAgainLength
int readAgainLength
-
-
Method Detail
-
reset
void reset()
-
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()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-