Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for frameSizeUnknown (0.17 sec)

  1. src/internal/zstd/zstd.go

    	hasChecksum bool
    
    	// Whether we have read at least one frame.
    	readOneFrame bool
    
    	// True if the frame size is not known.
    	frameSizeUnknown bool
    
    	// The number of uncompressed bytes remaining in the current frame.
    	// If frameSizeUnknown is true, this is not valid.
    	remainingFrameSize uint64
    
    	// The number of bytes read from r up to the start of the current
    	// block, for error reporting.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 04:10:45 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top