MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / getData

Method getData

src/main/java/org/htmlunit/util/KeyDataPair.java:159–161  ·  view source on GitHub ↗

Gets in-memory data assigned to file value. @return null if the file content should be used.

()

Source from the content-addressed store, hash-verified

157 * @return {@code null} if the file content should be used.
158 */
159 public byte[] getData() {
160 return data_;
161 }
162
163 /**
164 * Sets file value data. If nothing is set, the file content will be used.

Callers 15

setDataOnlyMethod · 0.95
currency.jsFile · 0.45
currency.jsFile · 0.45
firebug-lite.jsFile · 0.45
ext-air.jsFile · 0.45
main.jsFile · 0.45
ext-air-debug.jsFile · 0.45
ext-air.jsFile · 0.45

Calls

no outgoing calls