Makes 7-Zip to use data from stdin (standard input).
-si{file_name}
Note: Current version of 7-Zip doesn't support reading archives from stdin.
7z a archive.gz -tgzip -siDoc2.txt < Doc.txt
compresses input stream from file Doc.txt to archive.gz archive using Doc2.txt file name.