Searched defs:readUtf8Line (Results 1 – 14 of 14) sorted by relevance
417 fun readUtf8Line(): String? method
60 override fun readUtf8Line(): String? method
148 override fun readUtf8Line(): String? in copyTo() method in okio.Buffer
73 actual fun readUtf8Line(): String? method
76 actual override fun readUtf8Line(): String? = commonReadUtf8Line() method in okio.RealBufferedSource
138 actual override fun readUtf8Line(): String? = commonReadUtf8Line() in <lambda>() method in okio.Buffer
113 actual fun readUtf8Line(): String? method
108 actual override fun readUtf8Line(): String? = commonReadUtf8Line() in readUtf8Line() method in okio.RealBufferedSource
331 actual override fun readUtf8Line(): String? = commonReadUtf8Line() in <lambda>() method in okio.Buffer
163 String readUtf8Line() throws IOException; in readUtf8Line() method
186 @Override public String readUtf8Line() throws IOException { in readUtf8Line() method in RealBufferedSource
161 String readUtf8Line() throws IOException; in readUtf8Line() method
185 @Override public String readUtf8Line() throws IOException { in readUtf8Line() method in RealBufferedSource
85 internal fun Buffer.readUtf8Line(newline: Long): String { in readUtf8Line() method