Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for biggestZipBytes (1.05 sec)

  1. src/archive/zip/reader_test.go

    	if err != nil {
    		panic(err)
    	}
    	return b
    }
    
    func returnRecursiveZip() (r io.ReaderAt, size int64) {
    	b := rZipBytes()
    	return bytes.NewReader(b), int64(len(b))
    }
    
    // biggestZipBytes returns the bytes of a zip file biggest.zip
    // that contains a zip file bigger.zip that contains a zip file
    // big.zip that contains big.file, which contains 2³²-1 zeros.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
Back to top