Package | Description |
---|---|
okio |
Okio complements
java.io and java.nio to make it much easier to access, store,
and process your data. |
Modifier and Type | Method and Description |
---|---|
static Options |
Options.of(ByteString... byteStrings) |
Modifier and Type | Method and Description |
---|---|
int |
Buffer.select(Options options) |
int |
BufferedSource.select(Options options)
Finds the first string in
options that is a prefix of this buffer, consumes it from
this buffer, and returns its index. |
int |
RealBufferedSource.select(Options options) |
(package private) int |
Buffer.selectPrefix(Options options,
boolean selectTruncated)
Returns the index of a value in options that is a prefix of this buffer.
|