Methods | This Package | All Packages

IResourceWriter Interface

Defines an interface for storing resource data to a file.

package com.ms.wfc.core

public interface IResourceWriter

Remarks

This interface defines the persistProperties method, which writes resource data to a binary file. Use the IResourceReader.depersistProperties method to read the resource file.

Important   Because the format of resource files may change, always use an implementation of IResourceWriter to write the file and a compatible implementation of IResourceReader to read the file. For example, you can use the ResourceWriter and ResourceReader classes.

See Also   IResourceSet