Methods | This Package | All Packages
Defines an interface for reading a binary resource file.
package com.ms.wfc.core
public interface IResourceReader
Remarks
This interface defines the depersistProperties method, which reads the data from a resource file. Use the IResourceWriter.persistProperties method to write the resource data to a file.
Important Because the format of resource files may change, always use an implementation of IResourceReader to read the file and a compatible implementation of IResourceWriter to write the file. For example, you can use the ResourceReader and ResourceWriter classes.
See Also IResourceSet