Uses of Class
com.helger.commons.io.file.ERandomAccessFileMode
-
Packages that use ERandomAccessFileMode Package Description com.helger.commons.io.file -
-
Uses of ERandomAccessFileMode in com.helger.commons.io.file
Methods in com.helger.commons.io.file that return ERandomAccessFileMode Modifier and Type Method Description static ERandomAccessFileModeERandomAccessFileMode. getFromModeOrNull(String sMode)static ERandomAccessFileModeERandomAccessFileMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ERandomAccessFileMode[]ERandomAccessFileMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.io.file with parameters of type ERandomAccessFileMode Modifier and Type Method Description static RandomAccessFileFileHelper. getRandomAccessFile(File aFile, ERandomAccessFileMode eMode)static RandomAccessFileFileHelper. getRandomAccessFile(String sFilename, ERandomAccessFileMode eMode)
-