Achilles.Acme.Storage.AWS.AwsCloudStorageProvider.FileOpenRead C# (CSharp) 메소드

FileOpenRead() 공개 메소드

public FileOpenRead ( string path ) : System.IO.Stream
path string
리턴 System.IO.Stream
        public override System.IO.Stream FileOpenRead( string path )
        {
            throw new NotImplementedException();
        }