OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:countbuffer
(Results
1 - 1
of
1
) sorted by null
/external/guava/guava/src/com/google/common/io/
ByteSource.java
196
private static final byte[]
countBuffer
= new byte[BUF_SIZE];
201
while ((read = in.read(
countBuffer
)) != -1) {
Completed in 189 milliseconds