|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractHeaderFile.AccessMode | |
---|---|
com.unister.semweb.drums.file | This package manages the handling of all direct file-operations. |
Uses of AbstractHeaderFile.AccessMode in com.unister.semweb.drums.file |
---|
Methods in com.unister.semweb.drums.file that return AbstractHeaderFile.AccessMode | |
---|---|
static AbstractHeaderFile.AccessMode |
AbstractHeaderFile.AccessMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AbstractHeaderFile.AccessMode[] |
AbstractHeaderFile.AccessMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.unister.semweb.drums.file with parameters of type AbstractHeaderFile.AccessMode | |
---|---|
HeaderIndexFile(java.lang.String fileName,
AbstractHeaderFile.AccessMode mode,
int max_retries_connect,
DRUMSParameterSet<Data> gp)
This constructor instantiates a new HeaderIndexFile with the given fileName in the given
AbstractHeaderFile.AccessMode . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |