当前位置:  技术问答>java相关

如何定位到文件的最后,进行文件追加

    来源: 互联网  发布时间:2015-09-08

    本文导语:  如何定位到文件的最后,进行文件内容追加 | FileOutputStream public FileOutputStream(String name,                         boolean append)                  throws FileNotFoundException Creates...

如何定位到文件的最后,进行文件内容追加

|
FileOutputStream
public FileOutputStream(String name,
                        boolean append)
                 throws FileNotFoundException
Creates an output file stream to write to the file with the specified name. If the second argument is true, then bytes will be written to the end of the file rather than the beginning. A new FileDescriptor object is created to represent this file connection. 
First, if there is a security manager, its checkWrite method is called with name as its argument. 

If the file exists but is a directory rather than a regular file, does not exist but cannot be created, or cannot be opened for any other reason then a FileNotFoundException is thrown. 


Parameters:
name - the system-dependent file name
append - if true, then bytes will be written to the end of the file rather than the beginning 
Throws: 
FileNotFoundException - if the file exists but is a directory rather than a regular file, does not exist but cannot be created, or cannot be opened for any other reason. 
SecurityException - if a security manager exists and its checkWrite method denies write access to the file.
Since:
JDK1.1 
See Also:
SecurityManager.checkWrite(java.lang.String)

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • ThinkPHP使用UTFWry地址库进行IP定位实例
  • HTML URL 链接 ( 统一资源定位器 )定义及用法详细介绍
  • 请问:用 ResultSet rs; rs.beforeFirst(); 如何定位到指定行 如:定位到19行,如何写,多谢!
  • mysql iis7站长之家
  • CSS关于相对定位和绝对定位的说明实例
  • jQuery animate方法定位页面具体位置(示例)
  • 散分!!ResultSet中的绝对定位
  • 关于网页定位
  • 求助:重定位表的作用
  • jQuery aminate方法定位到页面具体位置
  • 控件的定位/鼠標指針隱藏(Applet)
  • 新手关于Jbuilder6.0编辑器的光标定位使用问题,望高手解答
  • 怎样直接定位到记录集的第n条记录呢?
  • 如何頁面裝載完后,自動定位到該頁面的某處?
  • core dump? 如何定位
  • JDBC中游标定位
  • 各位朋友想一下:为什么jb的光标定位不对?如何解决?
  • 为什么JBuilder中代码区总出现光标定位不准的毛病
  • 使用JB编程时,光标的定位和实际输入的总是有偏差,请问如何解决?谢谢!!!
  • 如何定位jb中的光标,我的光标总和字符的位置不相符。
  • 请问ld -s 会不会去掉重定位信息
  • “重定位” 和 “地址变换”是不是一个概念 ?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3