public static interface TarInputStream.EntryFactory
Modifier and Type | Method and Description |
---|---|
TarEntry |
createEntry(byte[] headerBuf) |
TarEntry |
createEntry(java.io.File path) |
TarEntry |
createEntry(java.lang.String name) |
TarEntry createEntry(java.lang.String name)
TarEntry createEntry(java.io.File path) throws InvalidHeaderException
InvalidHeaderException
TarEntry createEntry(byte[] headerBuf) throws InvalidHeaderException
InvalidHeaderException