Searched refs:CopyFrom (Results 1 – 4 of 4) sorted by relevance
25 func (w *Writer) CopyFrom(orig *File, newName string) error { func
112 err = toZip.CopyFrom(fromZipReader.File[0], fromZipReader.File[0].Name)
242 err := writer.CopyFrom(match.File, match.newName)
426 func (w testZip2ZipWriter) CopyFrom(file *zip.File, out string) error { func