Home | History | Annotate | Download | only in zip

Lines Matching defs:Read

111 		// Return the readDirectoryHeader error if we read
155 // Multiple files may be read concurrently.
184 nread uint64 // number of bytes read so far
186 desr io.Reader // if non-nil, where to read the data descriptor
190 func (r *checksumReader) Read(b []byte) (n int, err error) {
194 n, err = r.rc.Read(b)
216 // the CRC32 of what we've read against the file header
246 // readDirectoryHeader attempts to read a directory header from r.
247 // It returns io.ErrUnexpectedEOF if it cannot read a complete header,
300 // They should only be consulted if the sizes read earlier
361 // first read just those 4 bytes to see if it exists.
411 // read header into struct
445 // findDirectory64End tries to read the zip64 locator just before the