MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / bytes

Method bytes

java/src/org/openqa/selenium/remote/http/Contents.java:101–103  ·  view source on GitHub ↗
(byte[] bytes)

Source from the content-addressed store, hash-verified

99 }
100
101 public static Supplier bytes(byte[] bytes) {
102 return new BytesContentSupplier(bytes);
103 }
104
105 public static byte[] bytes(Supplier supplier) {
106 Require.nonNull("Supplier of input", supplier);

Callers 15

ProxyServerMethod · 0.95
canUploadAFileMethod · 0.95
canDownloadAFileMethod · 0.95
emptyMethod · 0.95
stringMethod · 0.95
asJsonMethod · 0.95
setContentMethod · 0.95
extractContentMethod · 0.95

Calls 3

nonNullMethod · 0.95
toByteArrayMethod · 0.80
getMethod · 0.65