Uses of Enum
dev.mccue.guava.io.FileWriteMode
-
Uses of FileWriteMode in dev.mccue.guava.io
Methods in dev.mccue.guava.io that return FileWriteModeModifier and TypeMethodDescriptionstatic FileWriteModeReturns the enum constant of this type with the specified name.static FileWriteMode[]FileWriteMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.mccue.guava.io with parameters of type FileWriteModeModifier and TypeMethodDescriptionstatic ByteSinkFiles.asByteSink(File file, FileWriteMode... modes) Returns a newByteSinkfor writing bytes to the given file.static CharSinkFiles.asCharSink(File file, Charset charset, FileWriteMode... modes) Returns a newCharSinkfor writing character data to the given file using the given character set.