您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
SEARCH
类的使用
com.lark.oapi.okio.Options
使用
Options
的程序包
程序包
说明
com.lark.oapi.okio
Okio complements
java.io
and
java.nio
to make it much easier to access, store, and process your data.
com.lark.oapi.okio
中
Options
的使用
返回
Options
的
com.lark.oapi.okio
中的方法
修饰符和类型
方法
说明
static
Options
Options.
of
(
ByteString
... byteStrings)
参数类型为
Options
的
com.lark.oapi.okio
中的方法
修饰符和类型
方法
说明
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.