MCPcopy Create free account
hub / github.com/M66B/FairEmail / getBytes

Method getBytes

app/src/main/java/com/sun/mail/iap/ByteArray.java:62–64  ·  view source on GitHub ↗

Returns the internal byte array. Note that this is a live reference to the actual data, not a copy. @return the wrapped byte array

()

Source from the content-addressed store, hash-verified

60 * @return the wrapped byte array
61 */
62 public byte[] getBytes() {
63 return bytes;
64 }
65
66 /**
67 * Returns a new byte array that is a copy of the data.

Callers 15

fillMethod · 0.95
ResponseMethod · 0.95
uploadMethod · 0.45
getMetadataMethod · 0.45
callMethod · 0.45
verifyMethod · 0.45
nsec3hashMethod · 0.45
onExecuteMethod · 0.45
CharsetHelperClass · 0.45
isUTF8Method · 0.45
isUTF8AltMethod · 0.45
utf8toW1252Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected