Show / Hide Table of Contents

    Interface IFolderWrapper

    This is an interface to allow access to resources within a folder or archive

    Inherited Members
    IDisposable.Dispose()
    Namespace: RCM
    Assembly: Anki.Resources.SDK.dll
    Syntax
    public interface IFolderWrapper : IDisposable

    Methods

    Exists(String)

    Determines whether the specified file exists.

    Declaration
    bool Exists(string relativePath)
    Parameters
    Type Name Description
    String relativePath

    The name of file within the wrapper

    Returns
    Type Description
    Boolean

    true if the file exists within the wrapper, false otherwise

    Stream(String)

    This creates a stream for the given resources within the container

    Declaration
    Stream Stream(string relativePath)
    Parameters
    Type Name Description
    String relativePath

    The name of file within the container

    Returns
    Type Description
    Stream

    A stream that can be used to access the file data

    Back to top Copyright (c) 2020 by Randall Maas