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

Method getInputStream

java/org/apache/tomcat/Jar.java:51–51  ·  view source on GitHub ↗

Obtain an InputStream for a given entry in a JAR. The caller is responsible for closing the stream. @param name Entry to obtain an InputStream for @return An InputStream for the specified entry or null if the entry does not exist @throws IOException if an I/O error occurs

(String name)

Source from the content-addressed store, hash-verified

49 * @throws IOException if an I/O error occurs while processing the JAR file
50 */
51 InputStream getInputStream(String name) throws IOException;
52
53 /**
54 * Obtain the last modified time for the JAR.

Callers 15

JavacErrorDetailMethod · 0.95
validateMethod · 0.65
doPostMethod · 0.65
doGetMethod · 0.65
validateHttpdConfigMethod · 0.65
postMultipartMethod · 0.65
readUpgradeResponseMethod · 0.65
readMethod · 0.65
runMethod · 0.65
doPostMethod · 0.65

Implementers 3

ReferenceCountedJarjava/org/apache/tomcat/util/scan/Refer
JarFileUrlJarjava/org/apache/tomcat/util/scan/JarFi
AbstractInputStreamJarjava/org/apache/tomcat/util/scan/Abstr

Calls

no outgoing calls

Tested by 15

validateHttpdConfigMethod · 0.52
postMultipartMethod · 0.52
readUpgradeResponseMethod · 0.52
readMethod · 0.52
runMethod · 0.52
doPostMethod · 0.52
doPostMethod · 0.52
executeOpenSSLCommandMethod · 0.52
runMethod · 0.52