注重体验与质量的电子书资源下载网站
分类于: 其它 职场办公
简介

Java I/O: Tips and Techniques for Putting I/O to Work 豆 7.7分
资源最后更新于 2020-07-28 14:42:21
作者:Elliotte Rusty Harold
出版社:O'Reilly Media
出版日期:2006-01
ISBN:9780596527501
文件格式: pdf
标签: java I/O Java O'Reilly 计算机 编程 IO 计算机科学
简介· · · · · ·
All of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output streams, for reading and writing binary data; and readers and writers, for read...