当前位置: 首页 » 综合知识 » it知识 » 正文

java中IO实例应用分析

发布时间:2023-07-30 以下文章来源于网友投稿,内容仅供参考!

一、IO概念

1.什么是输入

程序从内存中读取数据叫输入Input。

2.什么输出(Output)

程序把数据写入到内存中叫输出Output。

二、流的分类

IO流体系

1、InputStream(字节流)

示例:

 public static void main(String[] args) {
       iprt();
    }
    public static void ipst(){
        InputStream inputStream = null;
        try {
            inputStream = new FileInputStream("C:\\1.txt");
            int i;
            while ( (i = inputStream.read()) != -1){
                System.out.print((char) i);
            }
        } catch (FileNotFoundException e) {
            e.printStackTrace();
        } catch (IOException e) {
            e.printStackTrace();
        } finally {
            try {
                if (inputStream != null){
                    inputStream.close();
                }
            } catch (IOException e) {
                e.printStackTrace();
            }
        }
    }

说明:使用InputStream向内存中读如文件数据。

2、OutputStream(字节流)

示例:

public class ImageCopy {
    public static void main(String[] args) {
        try(
                InputStream inputStream = new FileInputStream("D:\\KDA.jpg");
                OutputStream outputStream = new FileOutputStream("E:\\aaa\\KDA.jpg")
         ){
            byte[] bytes = new byte[1024];
            int i;
            while ((i = inputStream.read(bytes)) != -1){
                outputStream.write(bytes,0,i);
            }
        }  catch (IOException e) {
            e.printStackTrace();
        }
    }
}

说明:使用输入流与输出流结合实现图片复制的功能。

3、Reader(字符流)

示例:

public static  void iprt(){
        Reader reader = null;
        try {
            reader = new FileReader("C:\\1.txt");
            int i ;
            while ((i =  reader.read()) != -1){
                System.out.print((char) i);
            }
        } catch (FileNotFoundException e) {
            e.printStackTrace();
        } catch (IOException e) {
            e.printStackTrace();
        } finally {
                try {
                    if (reader != null) {
                        reader.close();
                    }
                } catch (IOException e) {
                    e.printStackTrace();
                }
        }
    }

说明:使用Reader(字符流)从文件中读入数据。

4、Writer(字符流)

public static  void iprt(){
        Reader reader = null;
        Writer writer = null;
        try {
            reader = new FileReader("C:\\Users\\52425\\Desktop\\1.txt");
            writer = new FileWriter("C:\\2.txt");
            int i ;
            while ((i =  reader.read()) != -1){
                writer.write(i);
            }
        } catch (FileNotFoundException e) {
            e.printStackTrace();
        } catch (IOException e) {
            e.printStackTrace();
        } finally {
                try {
                        writer.close();
                        reader.close();
                } catch (IOException e) {
                    e.printStackTrace();
                }
        }
    }

说明:使用字符流实现文件复制功能。

  • • Linux Ecdsa密钥长度选择有何依据

    在Linux

  • • Linux Khook在内核监控中的应用如何

    Linux

  • • Linux Gsoap是否支持异步通信

    GSOAP是

  • • Linux Coremail如何提升用户体验

    提升Linu

  • • Linux Ecdsa算法有哪些局限性

    ECDSA

  • 哎呀音乐钢琴键盘学习《 钢琴主人训练营》 西瓜学琴
    郭蝈 陪练钢琴 30节课时 考级刚需 让孩子每一次练琴都是高质量的
    30天轻松学会五线谱 流行钢琴自学初级教程 牙牙学琴
    流行爵士钢琴实战技巧VIP课 - 继伟 哎呀音乐
    【海上钢琴师】原版 MT1990钢琴谱
    百首经典流行钢琴实战曲集 - 继伟
    雷费尔德电钢琴重锤88键专业考级儿童初学者数码电子钢琴家用
    小练咖 真人钢琴陪练 1v1服务 2999随时退 1课时50分钟 考级刚需
    雅马哈电钢琴88键重锤CLP735智能数码电子钢琴家用专业初学者考级
    【原装进口】Yamaha/雅马哈钢琴 b121 SC2原声静音钢琴
  • 珠海专业调钢琴
  • 天津宝坻区调钢琴
  • 天津静海区钢琴调音
  • 成都简阳市钢琴调律
  • 大连瓦房店市钢琴调音
  • 眉山调钢琴联系方式
  • 惠州大亚湾钢琴调琴师
  • 长治调琴师
  • 厦门湖里区钢琴调音师
  • 上海普陀区钢琴调音师