由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - [合集] How to check whether a file is locked?
相关主题
Question on JSP ELan Array question
同一个Lock锁两次,性能比较差How would clear a BufferedImage?
help! string format???[合集] Web Service Java 客户端的问题
问个菜鸟问题,关于JAVA中写文件的[合集] How to get all classes under a package?
Jar文件中的data[合集] java 得 inner class 有没有 static 有什么区别啊?
如何关闭打开的输入输出?[合集] Is there any free java PDF viewer?
问一个blocking IO的程序[合集] 问一下这个cast在java里是怎么work的
[转载] Re: java thread problemHow do I declare a transaction among 2 spring service calls
相关话题的讨论汇总
话题: file话题: locked话题: jan话题: thu话题: whether
进入Java版参与讨论
1 (共1页)
I*******e
发帖数: 1879
1
☆─────────────────────────────────────☆
bee (只会嗡嗡叫的蜜蜂) 于 (Thu Jan 16 08:13:40 2003) 提到:
Currently I use FileWriter to open a file in append mode.
If meet exception, then return "file is locked", and closed the file if
file is not locked.
Is there any other way? Just curious. Thanks.
☆─────────────────────────────────────☆
magicfat (魔法胖子) 于 (Thu Jan 16 10:42:48 2003) 提到:

If you are using JDK 1.4, java.nio.channels.FileChannel.lock() or trylock()
is probably what you are looking for.
I
1 (共1页)
进入Java版参与讨论
相关主题
How do I declare a transaction among 2 spring service callsJar文件中的data
问个可能比较奇怪的弱问题如何关闭打开的输入输出?
https certificate??问一个blocking IO的程序
请教:windows xp下面可以装cvsnt么?[转载] Re: java thread problem
Question on JSP ELan Array question
同一个Lock锁两次,性能比较差How would clear a BufferedImage?
help! string format???[合集] Web Service Java 客户端的问题
问个菜鸟问题,关于JAVA中写文件的[合集] How to get all classes under a package?
相关话题的讨论汇总
话题: file话题: locked话题: jan话题: thu话题: whether