add

open fun add(@NotNull path: @NotNull String, estimatedSize: Long, @NotNull supplier: @NotNull Supplier<Array<Byte>>)
open fun add(@NotNull paths: Array<@NotNull String>, size: Long, @NotNull supplier: @NotNull Supplier<Array<Byte>>)
open fun add(@NotNull path: @NotNull String, @NotNull supplier: @NotNull Supplier<Array<Byte>>)
open fun add(@NotNull paths: Array<@NotNull String>, @NotNull supplier: @NotNull Supplier<Array<Byte>>)