byte[] getBytes(String charsetName)

The byte[] getBytes(String charsetName) method in Java encodes this String into a sequence of bytes using the named charset, storing the result into a new byte array.

Syntax

Let us see the syntax,

Parameters

Let us see the parameters,

  • charsetName – name of a supported charset

Example

The following is an example of byte[] getBytes(String charsetName),

Output

The following is the output,

Java String getbytes method with charset

String getBytes() method in Java
String getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) method in Java
Studyopedia Editorial Staff
Studyopedia Editorial Staff
[email protected]

We work to create programming tutorials for all.

No Comments

Post A Comment

Discover more from Studyopedia

Subscribe now to keep reading and get access to the full archive.

Continue Reading