Package | Description |
---|---|
org.jruby.util.io |
Modifier and Type | Field and Description |
---|---|
static EncodingUtils.ResizeFunction |
EncodingUtils.strTranscodingResize |
Modifier and Type | Method and Description |
---|---|
static <State,Data> |
EncodingUtils.transcodeLoop(org.jcodings.transcode.EConv ec,
EncodingUtils.TranscodeFallback<State,Data> fallbackFunc,
State s,
Data fallbackData,
byte[] inBytes,
org.jcodings.Ptr inPos,
byte[] outBytes,
org.jcodings.Ptr outPos,
int inStop,
int outStop,
org.jruby.util.ByteList destination,
EncodingUtils.ResizeFunction resizeFunction)
Perform the inner transcoding loop.
|
static void |
EncodingUtils.transcodeLoop(ThreadContext context,
byte[] inBytes,
org.jcodings.Ptr inPos,
byte[] outBytes,
org.jcodings.Ptr outPos,
int inStop,
int _outStop,
org.jruby.util.ByteList destination,
EncodingUtils.ResizeFunction resizeFunction,
byte[] sname,
byte[] dname,
int ecflags,
IRubyObject ecopts)
Perform the inner transcoding loop.
|
Copyright © 2001-2018 JRuby. All Rights Reserved.