Class TarGzOnDemandInputStream

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void closeEntry​(TarGzOutputStream outputStream)
      Closes the current entry context for the specified OutputStream.
      protected TarGzOutputStream createOutputStream​(java.io.OutputStream outputStream)
      Creates the real OutputStream to which we'll write, wrapping the provided target.
      protected void putNextEntry​(TarGzOutputStream outputStream, java.lang.String context, Asset asset)
      Writes the next entry (demarcates a new file/folder is to be written).
      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait