-
java的数据流
3.11 流
知道流的分类
掌握IO常用操作
Java中的流代表程序中数据的流通,是以先进先出方式发送信息的通道。
图3- 11 输入流和输出流
流可以分为不同的类型,按照不同的分类方式,从不同的角度来观察,概念上会有重叠。
按照流的方向,可以将流分为输入流和输出流:
输入流(InputStream):只能从中读取数据,而不能向其写入数据。
输出流(OutputStream):只能向其写入数据,而不能从中读取数据。
按照处理流的基本单位可以将流分为字节流和字符流:
字节流:在流中处理的基本单位为字节(8位的byte)的流。
字符流:在流中处理的基本单位为字符(16位的Unicode)的流。
按照流的角色分,可以将流分为节点流和过滤流:
节点流:可以从/向一个特定的IO设备(如磁盘或网络)读/写数据的流,节点流又常被称为低级流(Low Level Stream),节点通常是指文件、内存和管道。
过滤流:实现对一个已经存在的流的连接和封装,通过所封装的流的功能调用实现数据读/写功能的流。这种对流进行处理的流称为过滤流。
字节流中存放的是字节序列,无论是输入还是输出,都是直接对字节进行处理。InputStream和OutputStream为字节输入/输出流类的顶层父类。字符流中存放的是字符序列,无论是输入还是输出,都是直接对字符处理。字符流的顶层父类是Reader和Writer。节点流通常直接对特定的IO设备(如磁盘或网络)进行读写,而过滤流通常对已存在的流进行连接和封装,从而对已有的流进行特殊处理。
对象的序列化就是把对象写到一个输出流中,对象的反序列化是指从一个输入流中读取一个对象。
总结:
字节流:
输入流 输出流
FileInputStream FileOut
- 2022-01-25 23:22:03下载
- 积分:1
-
The program used for statistical section of the article appears in the English w...
该程序用来统计一段英文文章中出现单词的种类和各个单词出现的次数,并按字典序排列输出到文件。-The program used for statistical section of the article appears in the English word types and the number of times each word appears, according to the dictionary order arrange the output to a file.
- 2022-02-21 08:30:05下载
- 积分:1
-
很常用的3D框架,对于初学的朋友用处很大,只能做为参考,不能做商业用途...
很常用的3D框架,对于初学的朋友用处很大,只能做为参考,不能做商业用途-3D framework is very commonly used, for the use of a great friend of learning, can only be used as reference, can not do commercial purposes
- 2022-05-24 10:26:54下载
- 积分:1
-
wince under the serial communication program, suitable for use in the x86 platfo...
wince 下的串口通讯程序,适合在x86平台使用 ,和pc及进行串口通讯-wince under the serial communication program, suitable for use in the x86 platform, and the pc and serial communication
- 2022-03-21 10:17:24下载
- 积分:1
-
Source are in the Windows Server 2003 under the developed procedures to test the...
源程序都是在Windows Server 2003下开发的,程序测试环境为Windows Server 2003。用户只有在Windows Server 2003下正确配置程序所需的运行环境后,软件开发平台如下:
操作系统:Windows Server 2003;
数 据 库:SQL Server 2000、SQL Server 2005、Access 2003;
开发环境:Microsoft Visual Studio 2005;
分 辨 率:最佳效果1024×768;-Source are in the Windows Server 2003 under the developed procedures to test the environment for Windows Server 2003. Users only in Windows Server 2003 under the correct procedures needed to configure the operating environment, the software development platform are as follows: Operating System: Windows Server 2003 Database: SQL Server 2000, SQL Server 2005, Access 2003 development environment: Microsoft Visual Studio 2005 Resolution: best 1024 × 768
- 2022-03-15 00:01:24下载
- 积分:1
-
RC500 DEMO上面板的各种数据压缩包。
RC500 DEMO 上位板 的各种资料压缩包。-RC500 DEMO upper panels of various data compression package.
- 2022-06-16 23:01:30下载
- 积分:1
-
hai have this signal processing code
hai have this signal processing code
- 2022-06-29 06:04:23下载
- 积分:1
-
Camera Sample for wince6.0
wince6.0下的Camera应用实例-Camera Sample for wince6.0
- 2023-06-07 17:50:03下载
- 积分:1
-
是用来显示GIF89A动画的32
是用来显示GIF89A动画的32-bits OCX控件。可以控制动画的播放/停止和自动返回动画的帧数。还可以显示透明的GIF动画-GIF89A animation is used to display the 32-bits OCX control. Can control the animation of the play/stop and automatic return to animation frames. Can also display a transparent GIF Animation
- 2022-08-22 13:14:59下载
- 积分:1
-
二等水准测量手簿WP手机版
基于wp手机平台的二等水准测量手簿。可自定义限差,自定义上点,自动步进点号,超限提醒,测站信息实时显示(BBFF所有读数,BF视距差,高差),所有测站信息成果输出。
- 2022-02-24 19:01:26下载
- 积分:1