Module kala.compress.archivers.tar
Package kala.compress.archivers.tar
Class TarArchiveSparseZeroInputStream
- java.lang.Object
-
- java.io.InputStream
-
- kala.compress.archivers.tar.TarArchiveSparseZeroInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
final class TarArchiveSparseZeroInputStream extends java.io.InputStreamThis is an InputStream that always return 0, this is used when reading the "holes" of a sparse file
-
-
Constructor Summary
Constructors Constructor Description TarArchiveSparseZeroInputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intread()Returns 0.longskip(long n)Returns the input.
-