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

ContentStream() public static method

public static ContentStream ( string path, string id ) : Stream
path string
id string
return System.IO.Stream
        public static Stream ContentStream(string path, string id)
        {
            return ContentStream(path + "/" + id, ObjectId.FromString(id));
        }

Same methods

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