| com.atlassian.bitbucket.migration.EntrySource | 
    
    
Class Overview
Provides access to a single file within an archive.
 
Public Methods
    
      
    
      
    
      
  Apply the IoFunction to the file represented by this entry and return the result.
      Returns
      - the value returned by reader
 
  
     
 
    
      
        
        public
        
        
        
        
        void
      
      extractToDisk
      (Path target)
    
      
    
      
    
      
  Extract this entry to the specified target.
      Parameters
      
        
          | target | where this file will be copied | 
      
   
  
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Path
      
      getPath
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - location of this entry within the archive
 
     
 
    
      
    
      
    
      
  Read the file represented by this entry.