]> Cypherpunks repositories - gostls13.git/commit
archive/zip: add File.DataOffset
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 13 Aug 2013 23:29:51 +0000 (16:29 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 13 Aug 2013 23:29:51 +0000 (16:29 -0700)
commita2599cf50e8f45a19c91c2180468ba0c9d96af0e
tree0418bd794ee971b0da9ab45989cc496f342a16d6
parent45cb2e1b70c80e9c087d2eea9449e7763cca16fc
archive/zip: add File.DataOffset

Accessor to find where the bytes of a file start.

R=golang-dev, rsc, dsymonds, adg
CC=golang-dev
https://golang.org/cl/12784045
src/pkg/archive/zip/reader.go