public interface TarEntryHandlerDelegate
TarFileParser
to deal with each entry that it parses.Modifier and Type | Method and Description |
---|---|
long |
handle(TarEntryHeaderData ehd,
org.entityfs.DataSource src)
Handle a Tar entry.
|
long handle(TarEntryHeaderData ehd, org.entityfs.DataSource src)
ehd
- The entry's header data.src
- The data source. When this method is called it is positioned
at the start of the entry data (at a Tar block boundary). When the method
returns it should be at the same position or at another Tar block
boundary at a higher position in the data source.