public class TarInputStream.EntryAdapter extends Object implements TarInputStream.EntryFactory
Constructor and Description |
---|
TarInputStream.EntryAdapter() |
Modifier and Type | Method and Description |
---|---|
TarEntry |
createEntry(byte[] headerBuf) |
TarEntry |
createEntry(File path) |
TarEntry |
createEntry(String name) |
public TarEntry createEntry(String name)
createEntry
in interface TarInputStream.EntryFactory
public TarEntry createEntry(File path) throws InvalidHeaderException
createEntry
in interface TarInputStream.EntryFactory
InvalidHeaderException
public TarEntry createEntry(byte[] headerBuf) throws InvalidHeaderException
createEntry
in interface TarInputStream.EntryFactory
InvalidHeaderException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.