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