Uses of Class
org.freecompany.redline.payload.CpioHeader

Packages that use CpioHeader
org.freecompany.redline.payload   
 

Uses of CpioHeader in org.freecompany.redline.payload
 

Fields in org.freecompany.redline.payload with type parameters of type CpioHeader
protected  java.util.Set<CpioHeader> Contents.headers
           
protected  java.util.Map<CpioHeader,java.lang.Object> Contents.sources
           
 

Methods in org.freecompany.redline.payload that return types with arguments of type CpioHeader
 java.lang.Iterable<CpioHeader> Contents.headers()
          Retrieve the archive headers.
 

Methods in org.freecompany.redline.payload with parameters of type CpioHeader
 java.lang.Object Contents.getSource(CpioHeader header)
          Retrieves the content for this archive entry, which may be a File if the entry is a regular file or a CharSequence containing the name of the target path if the entry is a link.
 



Copyright © 2011. All Rights Reserved.