Uses of Enum
com.helger.commons.io.file.ERandomAccessFileMode
Packages that use ERandomAccessFileMode
-
Uses of ERandomAccessFileMode in com.helger.commons.io.file
Methods in com.helger.commons.io.file that return ERandomAccessFileModeModifier and TypeMethodDescriptionstatic ERandomAccessFileModeERandomAccessFileMode.getFromModeOrNull(String sMode) static ERandomAccessFileModeReturns 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 ERandomAccessFileModeModifier and TypeMethodDescriptionstatic RandomAccessFileFileHelper.getRandomAccessFile(File aFile, ERandomAccessFileMode eMode) static RandomAccessFileFileHelper.getRandomAccessFile(String sFilename, ERandomAccessFileMode eMode)