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
InvalidHeaderException
TarEntry createEntry(byte[] headerBuf) throws InvalidHeaderException
InvalidHeaderException
Copyright © 2019 JBoss, a division of Red Hat, Inc.. All Rights Reserved.