Searched defs:readFrom (Results 1 – 9 of 9) sorted by relevance
38 private int readFrom; field in StreamLexer57 private void readFrom() { in readFrom() method in StreamLexer
45 public static EncodedValue readFrom(@Nonnull DexReader reader) { in readFrom() method in DexBackedEncodedValue
217 fun readFrom(input: InputStream): Buffer { in <lambda>() method in okio.Buffer224 fun readFrom(input: InputStream, byteCount: Long): Buffer { in <lambda>() method in okio.Buffer231 private fun readFrom(input: InputStream, byteCount: Long, forever: Boolean) { in <lambda>() method in okio.Buffer
34 int32_t readFrom(T *buffer, size_t position, size_t count) { in readFrom() function
60 public static Instruction readFrom(@Nonnull DexReader reader) { in readFrom() method in DexBackedInstruction
180 public void readFrom(byte[] buf, int pos) { in readFrom() method in ClassHeaderReader.MyByteArrayInputStream
571 static Stats readFrom(ByteBuffer buffer) { in readFrom() method in Stats
475 public static ByteString readFrom(InputStream streamToDrain) throws IOException { in readFrom() method495 public static ByteString readFrom(InputStream streamToDrain, int chunkSize) throws IOException { in readFrom() method500 public static ByteString readFrom(InputStream streamToDrain, int minChunkSize, int maxChunkSize) in readFrom() method
647 static Stats readFrom(ByteBuffer buffer) { in readFrom() method