MCPcopy Create free account
hub / github.com/davidgiven/luje / read

Method read

lib/java/lang/Readable.java:39–39  ·  view source on GitHub ↗

Reads characters into the specified CharBuffer. The maximum number of characters read is CharBuffer.remaining(). @param cb the buffer to be filled with characters read. @return the number of characters actually read, or -1 if this Readable reaches its end

(CharBuffer cb)

Source from the content-addressed store, hash-verified

37 * if an I/O error occurs.
38 */
39 int read(CharBuffer cb) throws IOException;
40}

Callers 1

readMethod · 0.65

Implementers 6

Readerlib/java/io/Reader.java
CharBufferlib/java/nio/CharBuffer.java
OSFileSystemlib/org/apache/harmony/luni/platform/O
InputStreamlib/java/io/InputStream.java
ByteArrayInputStreamlib/java/io/ByteArrayInputStream.java
FileInputStreamlib/java/io/FileInputStream.java

Calls

no outgoing calls

Tested by

no test coverage detected