FilesPackageAccessor Class
Provides access to the files in a LightFieldPackage.
Constructors:
Name | Description | |
---|---|---|
![]() | FilesPackageAccessor(LightFieldPackage) | Initializes a new instance of the FilesPackageAccessor class. |
Properties:
Name | Description | |
---|---|---|
![]() | HasContent | Gets whether any files are present in the package. |
![]() | HasExceptions | Gets whether any exceptions occured during initialization. |
![]() | FileCount | Gets the number of files in the package. |
![]() | Metadata | Gets metadata of the package. |
![]() | Package | Gets the LightFieldPackage associated with this accessor. |
Methods:
Name | Description | |
---|---|---|
![]() | ContainsFile(String) | Determines whether the package contains a file with the specified name. |
![]() | ContainsReference(String) | Determines whether the package contains a file with the specified reference. |
![]() | GetExceptions() | Gets the list of exceptions that occured during initialization. |
![]() | GetFileName(String) | Gets file name of a file with the specified reference. |
![]() | GetFiles() | Gets list of the files in the package. |
![]() | GetFile(String) | Gets a LightFieldComponent of a file with the specified name. |
![]() | GetFilesMetadata() | Gets the files metadata. |
![]() | ThrowIfExceptionsOccured() | Throws the first exception that occured during initialization, if any. |