type archive/zip.Writer
13 uses
archive/zip (current package)
writer.go#L24: type Writer struct {
writer.go#L43: func NewWriter(w io.Writer) *Writer {
writer.go#L44: return &Writer{cw: &countWriter{w: bufio.NewWriter(w)}}
writer.go#L51: func (w *Writer) SetOffset(n int64) {
writer.go#L60: func (w *Writer) Flush() error {
writer.go#L66: func (w *Writer) SetComment(comment string) error {
writer.go#L76: func (w *Writer) Close() error {
writer.go#L217: func (w *Writer) Create(name string) (io.Writer, error) {
writer.go#L255: func (w *Writer) CreateHeader(fh *FileHeader) (io.Writer, error) {
writer.go#L411: func (w *Writer) RegisterCompressor(method uint16, comp Compressor) {
writer.go#L418: func (w *Writer) compressor(method uint16) Compressor {
golang.org/x/pkgsite/internal/stdlib
stdlib.go#L417: func addFiles(z *zip.Writer, r *git.Repository, t *object.Tree, dirpath string, recursive bool) (err error) {
stdlib.go#L474: func writeZipFile(z *zip.Writer, pathname string, src io.Reader) (err error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |