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

Inspect() private static method

private static Inspect ( string filename, ObjectId id ) : string
filename string
id ObjectId
return string
        private static string Inspect(string filename, ObjectId id)
        {
            return Encoding.ASCII.GetString(new UnpackedObjectLoader(new FileInfo(filename), id).Bytes);
        }

Same methods

Inspector::Inspect ( ObjectId id ) : string
Inspector::Inspect ( string path, string id ) : string