| Modifier and Type | Method and Description |
|---|---|
protected abstract ArchiveEntry |
ArchiveStream.createNextEntry()
Abstract method to create the next
ArchiveEntry for the ArchiveStream implementation. |
ArchiveEntry |
ArchiveStream.getCurrentEntry()
Returns the
ArchiveEntry the stream currently points to. |
ArchiveEntry |
ArchiveStream.getNextEntry()
Moves the pointer of the stream to the next
ArchiveEntry and returns it. |
Copyright © 2013-2018. All Rights Reserved.