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

/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DChunkedInputStream.java235 private int fastRead(byte[] b, int off, int len) throws IOException { method in class:ChunkedInputStream
689 return fastRead( b, off, len );

Completed in 40 milliseconds