Methods | This Package | All Packages
Stores resource data to a file.
package com.ms.wfc.core
public final class ResourceWriter
implements IResourceWriter
Remarks
Because the format of resource files may change, always use the ResourceReader class in conjunction with ResourceWriter. This ensures that the implementation to write to the resource file is compatible with the implementation to read it.
See Also IResourceSet