Package | Description |
---|---|
org.jruby | |
org.jruby.util | |
org.jruby.util.io |
Modifier and Type | Class and Description |
---|---|
class |
RubyString
Implementation of Ruby String class
Concurrency: no synchronization is required among readers, but
all users must synchronize externally with writers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CodeRangeable |
Modifier and Type | Method and Description |
---|---|
static org.jruby.util.ByteList |
StringSupport.replaceInternal(int beg,
int len,
ByteListHolder source,
CodeRangeable repl) |
Modifier and Type | Method and Description |
---|---|
static void |
EncodingUtils.rbStrBufCat(Ruby runtime,
ByteListHolder str,
byte[] ptrBytes,
int ptr,
int len) |
static org.jcodings.Encoding |
EncodingUtils.STR_ENC_GET(ByteListHolder str) |
static void |
EncodingUtils.strBufCat(Ruby runtime,
ByteListHolder str,
byte[] ptrBytes,
int ptr,
int len) |
Copyright © 2001-2015 JRuby. All Rights Reserved.