| Package | Description |
|---|---|
| org.jruby.util |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ByteListHelper.eachCodePoint(ByteList bytelist,
ByteListHelper.CodePoint each)
This method assumes the ByteList will be a valid string for the encoding which it is marked as.
|
static int |
ByteListHelper.eachCodePointWhile(Ruby runtime,
ByteList bytelist,
int offset,
ByteListHelper.CodePoint each)
If you know you have an ASCII ByteList you should do something else.
|
Copyright © 2001-2022 JRuby. All Rights Reserved.