string
-
[Class String] Encode/Decode Constructor, MethodStudy/Java 2020. 7. 16. 12:31
Encoding (인코딩) Method Modifier and Type Method and Description byte[] getByte() byte[] getByte(Charset charset) void getByte(int srcBegin, int srcEnd, byte[] dst, int dstBegin) byte[] getByte(String charsetName) Decoding(디코딩) Method Constructor and Description String(byte[] bytes) String(byte[] bytes, Charset charset) String(byte[] bytes, int offset, int length) String(byte[] bytes, int offset, ..