mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 10:00:01 +08:00 
			
		
		
		
	Initial checkin from CRI-O repo
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
		
							
								
								
									
										12
									
								
								vendor/github.com/vbatts/tar-split/tar/storage/doc.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								vendor/github.com/vbatts/tar-split/tar/storage/doc.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,12 @@ | ||||
| /* | ||||
| Package storage is for metadata of a tar archive. | ||||
|  | ||||
| Packing and unpacking the Entries of the stream. The types of streams are | ||||
| either segments of raw bytes (for the raw headers and various padding) and for | ||||
| an entry marking a file payload. | ||||
|  | ||||
| The raw bytes are stored precisely in the packed (marshalled) Entry, whereas | ||||
| the file payload marker include the name of the file, size, and crc64 checksum | ||||
| (for basic file integrity). | ||||
| */ | ||||
| package storage | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Heon
					Matthew Heon