| Author |
Locking files in java.
|
sneha ulhe
Ranch Hand
Joined: May 15, 2012
Posts: 42
|
|
|
Is there any way using which we can lock files in simple java...?
|
Sneha
[OCJP 6]
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16813
|
|
Never had the need to do this myself, so take with a grain of salt.... Take a look at the FileChannel and FileLock classes.
Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
Vishal Shaw
Ranch Hand
Joined: Aug 09, 2012
Posts: 179
|
|
Hi Sneha,
Did you tried the . Hope it helps
Regards,
Vishal
|
Programming is about thinking, NOT coding
|
 |
 |
|
|
subject: Locking files in java.
|
|
|