| Package | Description | 
|---|---|
| agi.foundation.compatibility | |
| agi.foundation.infrastructure | 
 Contains types which support various aspects of the DME Component Libraries infrastructure. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static FileMode | 
FileMode.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static FileMode | 
FileMode.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static FileMode | 
FileMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FileMode[] | 
FileMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
FileStream(String path,
          FileMode mode)
Initializes a new instance of the FileStream class with the specified path and
 creation mode. 
 | 
FileStream(String path,
          FileMode mode,
          FileAccess fileAccess)
Initializes a new instance of the FileStream class with the specified path,
 creation mode, and read/write permission. 
 | 
| Constructor and Description | 
|---|
FileStreamFactory(String path,
                 FileMode mode)
Initializes a new instance of the factory that constructs a new  
FileStream with
    FileStream.FileStream(String,FileMode) when FileStreamFactory.openStream()
    is called. | 
FileStreamFactory(String path,
                 FileMode mode,
                 FileAccess access)
Initializes a new instance of the factory that constructs a new  
FileStream with
    FileStream.FileStream(String,FileMode,FileAccess) when FileStreamFactory.openStream()
    is called. |