コード例 #1
0
 public TarEntryEnumerator(TarInputStream inputStream)
 {
     this.inputStream = inputStream;
 }