Uses of Class
okio.Options

  • Uses of Options in okio

    Methods in okio that return Options
    Modifier and Type
    Method
    Description
    static Options
    Options.of(ByteString... byteStrings)
     
    Methods in okio with parameters of type Options
    Modifier and Type
    Method
    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.