Uses of Class
org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
-
Packages that use TarHeader Package Description org.jboss.shrinkwrap.impl.base.io.tar -
-
Uses of TarHeader in org.jboss.shrinkwrap.impl.base.io.tar
Fields in org.jboss.shrinkwrap.impl.base.io.tar declared as TarHeader Modifier and Type Field Description protected TarHeader
TarEntry. header
This is the entry's header information.Methods in org.jboss.shrinkwrap.impl.base.io.tar that return TarHeader Modifier and Type Method Description TarHeader
TarEntry. getHeader()
Get this entry's header.Methods in org.jboss.shrinkwrap.impl.base.io.tar with parameters of type TarHeader Modifier and Type Method Description void
TarEntry. getFileTarHeader(TarHeader hdr, java.io.File file)
Fill in a TarHeader with information from a File.void
TarEntry. nameTarHeader(TarHeader hdr, java.lang.String name)
Fill in a TarHeader given only the entry's name.void
TarEntry. parseTarHeader(TarHeader hdr, byte[] headerBuf)
Parse an entry's TarHeader information from a header buffer.
-