MCPcopy Index your code
hub / github.com/apache/tomcat / getInputStream

Method getInputStream

java/org/apache/catalina/WebResource.java:153–153  ·  view source on GitHub ↗

Obtains an InputStream based on the contents of this resource. @return An InputStream based on the contents of this resource or null if the resource does not exist or does not represent a file

()

Source from the content-addressed store, hash-verified

151 * or does not represent a file
152 */
153 InputStream getInputStream();
154
155 /**
156 * Returns the binary content of this resource.

Callers 15

testGetResourceFileMethod · 0.95
getResourceAsStreamMethod · 0.95
findCGIMethod · 0.95
copyResourceMethod · 0.95
executePartialPutMethod · 0.95
serveResourceMethod · 0.95
getReadmeMethod · 0.95
findXsltSourceMethod · 0.95

Implementers 3

CachedResourcejava/org/apache/catalina/webresources/
AbstractResourcejava/org/apache/catalina/webresources/
EmptyResourcejava/org/apache/catalina/webresources/

Calls

no outgoing calls