| Package | Description |
|---|---|
| org.apache.calcite.avatica.util |
Avatica utilities.
|
| Modifier and Type | Field and Description |
|---|---|
static ByteString |
ByteString.EMPTY
An empty byte string.
|
| Modifier and Type | Method and Description |
|---|---|
ByteString |
ByteString.concat(ByteString other)
Returns a ByteString consisting of the concatenation of this and another
string.
|
ByteString |
ByteString.substring(int start)
Returns a ByteString that starts at a given position.
|
ByteString |
ByteString.substring(int start,
int end)
Returns a ByteString that consists of a given range.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ByteString.compareTo(ByteString that) |
ByteString |
ByteString.concat(ByteString other)
Returns a ByteString consisting of the concatenation of this and another
string.
|
int |
ByteString.indexOf(ByteString seek)
Returns the position at which
seek first occurs in this byte
string, or -1 if it does not occur. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.