Uses of Enum Class
com.helger.io.file.ERandomAccessFileMode
Packages that use ERandomAccessFileMode
-
Uses of ERandomAccessFileMode in com.helger.io.file
Methods in com.helger.io.file that return ERandomAccessFileModeModifier and TypeMethodDescriptionstatic @Nullable ERandomAccessFileModeERandomAccessFileMode.getFromModeOrNull(@Nullable String sMode) Get theERandomAccessFileModefrom the given mode string.static ERandomAccessFileModeReturns the enum constant of this class with the specified name.static ERandomAccessFileMode[]ERandomAccessFileMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.io.file with parameters of type ERandomAccessFileModeModifier and TypeMethodDescriptionstatic @Nullable RandomAccessFileFileHelper.getRandomAccessFile(@NonNull File aFile, @NonNull ERandomAccessFileMode eMode) Get aRandomAccessFilefor the passed file and mode.static @Nullable RandomAccessFileFileHelper.getRandomAccessFile(@NonNull String sFilename, @NonNull ERandomAccessFileMode eMode) Get aRandomAccessFilefor the passed filename and mode.