8 I/O流和文件
2015-12-13 21:06:19 1 举报
AI智能生成
I/O流和文件
作者其他创作
大纲/内容
8.3字符流
字符输入流
Reader
BufferedReader类
InputStreamReader类
FileReader类
字符输出流
Writer
BufferedWriter类
OutputStreamWriter类
FileWriter类
8.4对象流
对象输入流
ObjectInputStream类
对象输出流
ObjectOutputStream类
8.5随机文件读写
随机读写流
RamdomAccessFile类
8.1I/O流概述
概念:在Java中将信息的输入与输出过程抽象为I/O流。
8.1.2流的分类及层次
Object
InputStream
OutputStream
Reader
Writer
File
RandomAccessFile
8.2字节流
字节输入流
InputStream类
FileInputStream类
DataInputStream类
BufferedInputStream类
字节输出流
OutputStream类
FileOutputStream类
DataOutputStream类
BufferedOutputStream类
8.6在线测评系统客户机与服务器的通信
0 条评论
下一页