Interface ZipBuilder.ContentWriter

  • Enclosing class:
    ZipBuilder
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    private static interface ZipBuilder.ContentWriter
    Internal interface for writing operations.
    • Method Detail

      • write

        void write()
            throws IOException
        Performs write operation.
        Throws:
        IOException - When write to stream fails.