回答編集履歴

1

登場するクラス名を\(FQCNで\)明記

2015/12/09 07:11

投稿

退会済みユーザー
test CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
 
4
4
 
5
- 上記のサイトではtarの操作に[Ant](http://ant.apache.org/)内のクラスを使用していますが、[Commons Compress](http://commons.apache.org/proper/commons-compress/)の[TarArchiveInputStream](http://commons.apache.org/proper/commons-compress/javadocs/api-1.10/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html)で代替できるでしょう。
5
+ 上記のサイトではtarの操作に[Ant](http://ant.apache.org/)内の`org.apache.tools.tar.TarInputStream`クラスを使用していますが、[Commons Compress](http://commons.apache.org/proper/commons-compress/)の[`org.apache.commons.compress.archivers.tar.TarArchiveInputStream`](http://commons.apache.org/proper/commons-compress/javadocs/api-1.10/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html)で代替できるでしょう。