"Java" "NiO" 3, Java NIO Channel

Source: Internet
Author: User

Java NiO is similar to traffic, but with some differences:
• The channel can read and write, and the stream only supports unidirectional. Read or write
• Asynchronous channel Read
• Channel reader, they are alternating with buffer

The realization of the Tao

The following is the implementation of the most important channel in Java NIO:
· FileChannel
· Datagramchannel
· Socketchannel
· Serversocketchannel

FileChannel reading data from a file or writing files into a file
Datagramchannel Read and write data on the network via UDP
Socketchannel Read and write data on the network via TCP
Serversocketchannel can listen to TCP network connections, just like Web server. A socketchannel is created for each connection.

The primary channel instance

Use FileChannel to read data into buffer

Example code use, is to hope that you can do their own hands-on. Do not copy!

Note the invocation of Method Buffer.flip (). First, read the data into buffer. Then flip, and then read it out.

The following section describes buffer: "java" "NiO" 4, Java NIO Buffer

"Java" "NiO" 3, Java NIO Channel

Related Article

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.