|
|
@ -9,7 +9,7 @@ namespace SixLabors.ImageSharp.IO |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// A simple interface representing the filesystem.
|
|
|
/// A simple interface representing the filesystem.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public interface IFileSystem |
|
|
internal interface IFileSystem |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Returns a readable stream as defined by the path.
|
|
|
/// Returns a readable stream as defined by the path.
|
|
|
|