Analysis of Java.nio Package (iii) understanding of the---charset

Source: Internet
Author: User

In front of the analysis of the 2 major package classes, now we have to uncover the java.nio of the last block of mysterious knowledge points, CharSet encoding class, his main function is to achieve the conversion between byte and Unicode transcoding. Let's also look at the structure of his package. , the structure is relatively single and simple.


One of the most important classes inside is the CharSet class to see what variables are inside.

His constructor functions as


The CharSet class also has the type of the cache byte itself


Let's take a look at his main function. How encode encoding is implemented


The method in which we know the code call is actually the Charsetencoder encode method, and then we look inside.


Then the core of the Encode method, the method is relatively long


Decode similar to this, do not introduce, below we look at which involves a coderresult result class


Well, there's one last provider class, in Charset.spi,


I don't seem to have seen it when I use it specifically. So Java.nio analysis to this end, I hope to bring you a harvest, but some places I am more difficult to understand

Analysis of Java.nio Package (iii) understanding of the---charset

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.