Uses of Class
org.jcodings.transcode.EConvResult
-
Packages that use EConvResult Package Description org.jcodings.transcode -
-
Uses of EConvResult in org.jcodings.transcode
Methods in org.jcodings.transcode that return EConvResult Modifier and Type Method Description EConvResultEConv. convert(byte[] in, Ptr inPtr, int inStop, byte[] out, Ptr outPtr, int outStop, int flags)EConvResultEConv.LastError. getResult()static EConvResultEConvResult. valueOf(String name)Returns the enum constant of this type with the specified name.static EConvResult[]EConvResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-