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  Set<CpioHeader> Contents.headers
           
protected  Map<CpioHeader,Object> Contents.sources
           
 

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

Methods in org.freecompany.redline.payload with parameters of type CpioHeader
 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 © 2014. All Rights Reserved.