Interface DataConsumer


public interface DataConsumer
A DataConsumer consumes Data produced from a producer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEachDir​(org.apache.commons.compress.archivers.tar.TarArchiveEntry dirEntry)
     
    void
    onEachFile​(InputStream input, org.apache.commons.compress.archivers.tar.TarArchiveEntry fileEntry)
     
    void
    onEachLink​(org.apache.commons.compress.archivers.tar.TarArchiveEntry linkEntry)