MCPcopy Create free account
hub / github.com/SquirrelJME/SquirrelJME / getBytes

Method getBytes

runt/apis/cldc-compact/java/lang/String.java:614–617  ·  view source on GitHub ↗

Translates this string into a byte array using the default encoding. @return The resulting byte array. @since 2018/12/08

()

Source from the content-addressed store, hash-verified

612 * @since 2018/12/08
613 */
614 public byte[] getBytes()
615 {
616 return this.__getBytes(CodecFactory.defaultEncoder());
617 }
618
619 /**
620 * Translates this string using into a byte array using the specified

Callers 5

runMethod · 0.80
__processMethod · 0.80
testMethod · 0.80
nextEntryMethod · 0.80
__unescapedURIMethod · 0.80

Calls 3

__getBytesMethod · 0.95
defaultEncoderMethod · 0.95
encoderMethod · 0.95

Tested by 1

testMethod · 0.64