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 © 2013 JBoss by Red Hat. All Rights Reserved.