Class FilesPackageAccessor Class

Provides access to the files in a LightFieldPackage.

Constructors:

NameDescription
Public methodFilesPackageAccessor(LightFieldPackage) Initializes a new instance of the FilesPackageAccessor class.

Properties:

NameDescription
Public propertyHasContent Gets whether any files are present in the package.
Public propertyHasExceptions Gets whether any exceptions occured during initialization.
Public propertyFileCount Gets the number of files in the package.
Public propertyMetadata Gets metadata of the package.
Public propertyPackage Gets the LightFieldPackage associated with this accessor.

Methods:

NameDescription
Public methodContainsFile(String) Determines whether the package contains a file with the specified name.
Public methodContainsReference(String) Determines whether the package contains a file with the specified reference.
Public methodGetExceptions() Gets the list of exceptions that occured during initialization.
Public methodGetFileName(String) Gets file name of a file with the specified reference.
Public methodGetFiles() Gets list of the files in the package.
Public methodGetFile(String) Gets a LightFieldComponent of a file with the specified name.
Public methodGetFilesMetadata() Gets the files metadata.
Public methodThrowIfExceptionsOccured() Throws the first exception that occured during initialization, if any.