Uses of Enum
com.pdftools.sys.FileStream.Mode
Packages that use FileStream.Mode
-
Uses of FileStream.Mode in com.pdftools.sys
Methods in com.pdftools.sys that return FileStream.ModeModifier and TypeMethodDescriptionstatic FileStream.ModeReturns the enum constant of this type with the specified name.static FileStream.Mode[]FileStream.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.pdftools.sys with parameters of type FileStream.ModeModifierConstructorDescriptionFileStream(File file, FileStream.Mode mode) Create a new file stream from a file.FileStream(String filename, FileStream.Mode mode) Create a new file stream from a file name.