GitSharp.Core.Util.Inspector.ContentStream C# (CSharp) Method

ContentStream() public method

public ContentStream ( ObjectId id ) : Stream
id ObjectId
return System.IO.Stream
        public Stream ContentStream(ObjectId id)
        {
            return ContentStream(db.ToFile(id).FullName, id);
        }

Same methods

Inspector::ContentStream ( string filename, ObjectId id ) : Stream
Inspector::ContentStream ( string path, string id ) : Stream