Uses of Class
okio.Options
-
-
Uses of Options in okio
Methods in okio that return Options Modifier and Type Method Description static OptionsOptions. of(ByteString... byteStrings)Methods in okio with parameters of type Options Modifier and Type Method Description intBuffer. select(Options options)intBufferedSource. select(Options options)Finds the first string inoptionsthat is a prefix of this buffer, consumes it from this buffer, and returns its index.
-