- begin - Variable in class org.jruby.util.ByteList
-
Deprecated.
- begin() - Method in class org.jruby.util.ByteList
-
First index of the backing array that contains data for the ByteList.
- ByteList - Class in org.jruby.util
-
ByteList is simple a collection of bytes in the same way a Java String is a collection
of characters.
- ByteList() - Constructor for class org.jruby.util.ByteList
-
Creates a new instance of ByteList
- ByteList(int) - Constructor for class org.jruby.util.ByteList
-
Creates a new instance of Bytelist with a pre-allocated size.
- ByteList(byte[], Encoding) - Constructor for class org.jruby.util.ByteList
-
Create a new instance of ByteList with the bytes supplied using the specified encoding.
- ByteList(byte[]) - Constructor for class org.jruby.util.ByteList
-
Create a new instance of ByteList with the contents of wrap.
- ByteList(byte[], boolean) - Constructor for class org.jruby.util.ByteList
-
Create a new instance of ByteList with the contents of wrap.
- ByteList(byte[], Encoding, boolean) - Constructor for class org.jruby.util.ByteList
-
Create a new instance of ByteList with the contents of wrap.
- ByteList(ByteList) - Constructor for class org.jruby.util.ByteList
-
Create a new instance of byte list with the same contents as the passed in ByteList wrap.
- ByteList(ByteList, boolean) - Constructor for class org.jruby.util.ByteList
-
Deprecated.
- ByteList(byte[], int, int) - Constructor for class org.jruby.util.ByteList
-
Create a new instance of ByteList using wrap as a backing store where index is the first
index in the byte array where the data starts and len indicates how long the data portion
of the bytelist is.
- ByteList(byte[], int, int, boolean) - Constructor for class org.jruby.util.ByteList
-
Create a new instance of ByteList using wrap as a backing store where index is the first
index in the byte array where the data starts and len indicates how long the data portion
of the bytelist is.
- ByteList(byte[], int, int, Encoding, boolean) - Constructor for class org.jruby.util.ByteList
-
Create a new instance of ByteList using wrap as a backing store where index is the first
index in the byte array where the data starts and len indicates how long the data portion
of the bytelist is.
- ByteList(ByteList, int, int) - Constructor for class org.jruby.util.ByteList
-
Create a new instance of ByteList using wrap as a backing store where index is the first
index in the byte array where the data starts and len indicates how long the data portion
of the bytelist is.
- bytes - Variable in class org.jruby.util.ByteList
-
Deprecated.
- bytes() - Method in class org.jruby.util.ByteList
-
Get a copy of the bytes referenced by this ByteList.