Searched refs:readBuf (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/net/Socks/
H A DSocksServer.java106 private void readBuf(InputStream is, byte[] buf) throws IOException { method in class:SocksServer.ClientHandler
125 readBuf(in, buf);
133 readBuf(in, buf);
202 readBuf(in, buf);
263 readBuf(in, buf);
412 readBuf(in, buf);
427 readBuf(in, buf);
434 readBuf(in, buf);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DSnapshot.java106 private ReadBuffer readBuf; field in class:Snapshot
126 readBuf = buf;
563 return readBuf;

Completed in 33 milliseconds