internal static LocalObjectRepresentation NewWhole(PackFile f, long p, long length
			)
		{
			LocalObjectRepresentation r = new _LocalObjectRepresentation_53();
			r.pack = f;
			r.offset = p;
			r.length = length;
			return r;
		}
Beispiel #2
0
        internal static LocalObjectRepresentation NewWhole(PackFile f, long p, long length
                                                           )
        {
            LocalObjectRepresentation r = new _LocalObjectRepresentation_53();

            r.pack   = f;
            r.offset = p;
            r.length = length;
            return(r);
        }