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

/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB6299712.java122 return new DeployCacheResponse(new EmptyInputStream(), new HashMap());
172 class EmptyInputStream extends InputStream { class in inherits:InputStream
173 public EmptyInputStream() { method in class:EmptyInputStream
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java1585 inputStream = new EmptyInputStream();
3375 class EmptyInputStream extends InputStream { class in inherits:InputStream

Completed in 37 milliseconds