文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>[Jave] IO (Input/Output Stream) & FS(File System)

[Jave] IO (Input/Output Stream) & FS(File System)

时间:2010-09-10  来源:web_surf

  1. Package
    The package for IO and FS operation is java.io.
  2. Access File System
    • File
      Use the class File to access file system, such as rename, delete, listFile, etc.
    • xxx
  3. Input
    • InputStream
    • FileInputStream
    • StringInputStream
      Read data from a string object.
    • DataInputStream
      Read the specified length of data,
      Read boolean, long, float, int, short, byte, UTF, xxx
      Read a line,
  4. Output
    • OutputStream
    • FileOutputStream
    • StringOutputStream
      Write data to a string object.
    • DataOutputStream
      Write the specified length of data,
      Write boolean, long, float, int, short, byte, UTF, xxx
  5. xxx
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载