*** empty log message ***
[IRC.git] / Robust / Transactions / TransactionalIOSrc / interfaces / FileAccessModesEum.java
1 /*
2  * To change this template, choose Tools | Templates
3  * and open the template in the editor.
4  */
5
6 package TransactionalIO.interfaces;
7
8 import java.io.WriteAbortedException;
9
10 /**
11  *
12  * @author navid
13  */
14 public enum FileAccessModesEum {
15     READ_WRITE, APPEND, READ
16
17 }