Pro Java 7 NIO.2
文件大小: 4250k
源码售价: 10 个金币 积分规则     积分充值
资源说明:The recommended entry point to start exploring the NIO.2 API, also known as “JSR 203: More New I/O APIs for the Java Platform” (NIO.2), is the new abstract class java.nio.file.Path. This class is a milestone of NIO.2, and every application that involves I/O operations will exploit the powerful facilities of this class. Practically, it is the most commonly used class of NIO.2, since many I/O operations are based on a Path resource. The Path class supports two types of operations: syntactic operations (almost any operation that involves manipulating paths without accessing the file system; these are logical manipulations done in memory) and operations over files referenced by paths. This chapter covers the first type of operations and introduces you to the Path API. In Chapter 4, I focus on exploring the second type of operations. The concepts presented in this chapter will be very useful in the rest of the book.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。