T
- the expected return typpublic static interface AbstractZipSubject.ZipEntryAction<T>
doOnZipEntry(byte[])
.Modifier and Type | Method and Description |
---|---|
T |
doOnZipEntry(byte[] entry)
Perform an action on zip entry extracted to a temporary file.
|
@Nullable T doOnZipEntry(byte[] entry)
entry
- the zip entry content.