public static interface TarInputStream.EntryFactory
| Modifier and Type | Method and Description |
|---|---|
TarEntry |
createEntry(byte[] headerBuf) |
TarEntry |
createEntry(File path) |
TarEntry |
createEntry(String name) |
TarEntry createEntry(File path) throws InvalidHeaderException
InvalidHeaderExceptionTarEntry createEntry(byte[] headerBuf) throws InvalidHeaderException
InvalidHeaderExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.