@ -9,7 +9,7 @@ namespace SixLabors.ImageSharp.IO
/// <summary>
/// A simple interface representing the filesystem.
/// </summary>
public interface IFileSystem
internal interface IFileSystem
{
/// Returns a readable stream as defined by the path.
@ -12,7 +12,7 @@ namespace SixLabors.ImageSharp.IO
/// A wrapper around the local File apis.
public class LocalFileSystem : IFileSystem
internal class LocalFileSystem : IFileSystem
/// <inheritdoc/>
public Stream OpenRead(string path)