Package pl.wrzasq.lambda.edgedeploy.zip
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write()
Performs write operation.
-
-
-
Method Detail
-
write
void write() throws IOException
Performs write operation.- Throws:
IOException
- When write to stream fails.
-
-