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 TarHeaderTarEntry. headerThis is the entry's header information.Methods in org.jboss.shrinkwrap.impl.base.io.tar that return TarHeader Modifier and Type Method Description TarHeaderTarEntry. 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 voidTarEntry. getFileTarHeader(TarHeader hdr, java.io.File file)Fill in a TarHeader with information from a File.voidTarEntry. nameTarHeader(TarHeader hdr, java.lang.String name)Fill in a TarHeader given only the entry's name.voidTarEntry. parseTarHeader(TarHeader hdr, byte[] headerBuf)Parse an entry's TarHeader information from a header buffer.
-