MCPcopy Create free account
hub / github.com/apache/tomcat / get

Method get

java/org/apache/tomcat/util/http/fileupload/FileItem.java:63–63  ·  view source on GitHub ↗

Returns the contents of the file item as an array of bytes. @return The contents of the file item as an array of bytes.

()

Source from the content-addressed store, hash-verified

61 * @return The contents of the file item as an array of bytes.
62 */
63 byte[] get();
64
65 /**
66 * Returns the content type passed by the browser or {@code null} if

Callers 15

executeMethod · 0.65
getTagFileMethod · 0.65
invokePluginMethod · 0.65
getPluginAttributeMethod · 0.65
getTaglibMethod · 0.65
popPrefixMappingMethod · 0.65
getURIMethod · 0.65
getNonCustomTagPrefixMethod · 0.65
visitBodyMethod · 0.65
checkUniqueNameMethod · 0.65
postCheckMethod · 0.65
getSmapMethod · 0.65

Implementers 1

DiskFileItemjava/org/apache/tomcat/util/http/fileu

Calls

no outgoing calls

Tested by

no test coverage detected