Searched defs:readUtf8 (Results 1 - 5 of 5) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
H A DBufferedSource.java142 String readUtf8() throws IOException; method in interface:BufferedSource
148 String readUtf8(long byteCount) throws IOException; method in interface:BufferedSource
H A DRealBufferedSource.java162 @Override public String readUtf8() throws IOException { method in class:RealBufferedSource
164 return buffer.readUtf8();
167 @Override public String readUtf8(long byteCount) throws IOException { method in class:RealBufferedSource
169 return buffer.readUtf8(byteCount);
189 return buffer.size != 0 ? readUtf8(buffer.size) : null;
H A DBuffer.java438 throw new NumberFormatException("Number too large: " + buffer.readUtf8());
505 throw new NumberFormatException("Number too large: " + buffer.readUtf8());
548 @Override public String readUtf8() { method in class:Buffer
556 @Override public String readUtf8(long byteCount) throws EOFException { method in class:Buffer
598 return size != 0 ? readUtf8(size) : null;
618 String result = readUtf8((newline - 1));
624 String result = readUtf8(newline);
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 504 milliseconds