Uses of Class
omix.plugin.io.util.IOFlag
Package | Description |
---|---|
omix.plugin.io |
This package contains interfaces allowing to realize file input output operations.
|
omix.plugin.io.util |
This package contains utilities for file input output operations.
|
omix.util.io |
This package contains classes for file input and output which can be used in plugin development.
|
-
Uses of IOFlag in omix.plugin.io
Methods in omix.plugin.io with parameters of type IOFlag Modifier and Type Method Description boolean
ModelIOHandlerInterface. supports(URLConnection connection, String fileName, IOFlag flag)
Determines if the IO handler supports opening the specific file.
The flag specifies if the file shall be read or written. -
Uses of IOFlag in omix.plugin.io.util
Methods in omix.plugin.io.util that return IOFlag Modifier and Type Method Description static IOFlag
IOFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static IOFlag[]
IOFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IOFlag in omix.util.io
Methods in omix.util.io with parameters of type IOFlag Modifier and Type Method Description boolean
AbstractModelIOHandler. supports(URLConnection connection, String fileName, IOFlag flag)
Checks, if fileName ends with one of the supported suffixes.