Uses of Class
org.jboss.shrinkwrap.impl.base.io.tar.TarHeader
Packages that use TarHeader
-
Uses of TarHeader in org.jboss.shrinkwrap.impl.base.io.tar
Fields in org.jboss.shrinkwrap.impl.base.io.tar declared as TarHeaderModifier and TypeFieldDescriptionprotected TarHeaderTarEntry.headerThis is the entry's header information.Methods in org.jboss.shrinkwrap.impl.base.io.tar that return TarHeaderMethods in org.jboss.shrinkwrap.impl.base.io.tar with parameters of type TarHeaderModifier and TypeMethodDescriptionvoidTarEntry.getFileTarHeader(TarHeader hdr, File file) Fill in a TarHeader with information from a File.voidTarEntry.nameTarHeader(TarHeader hdr, 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.