MCPcopy Index your code
hub / github.com/apache/groovy / getBytes

Method getBytes

src/main/java/groovy/lang/GString.java:285–287  ·  view source on GitHub ↗

Returns the rendered string as a byte array using the platform default charset. @return the rendered bytes

()

Source from the content-addressed store, hash-verified

283 * @return the rendered bytes
284 */
285 public byte[] getBytes() {
286 return toString().getBytes();
287 }
288
289 /**
290 * Returns the rendered string as a byte array using the supplied charset.

Callers 9

runMethod · 0.45
fastaClass · 0.45
makeRandomFastaMethod · 0.45
makeRepeatFastaMethod · 0.45
md5Method · 0.45
sha256Method · 0.45
digestMethod · 0.45

Calls 1

toStringMethod · 0.95

Tested by 5

md5Method · 0.36
sha256Method · 0.36
digestMethod · 0.36