State
- Runtime state necessary for the function to workData
- Data needed for the function to executepublic static interface EncodingUtils.TranscodeFallback<State,Data>
Modifier and Type | Method and Description |
---|---|
boolean |
call(State context,
Data fallback,
org.jcodings.transcode.EConv ec)
Return a replacement character for the given byte range and encoding.
|
boolean call(State context, Data fallback, org.jcodings.transcode.EConv ec)
context
- runtime state for the functionfallback
- data for the functionec
- the transcoder that stumbled over the characterCopyright © 2001-2017 JRuby. All Rights Reserved.