org.zeroturnaround.zip
Interface ZipEntrySource

All Known Implementing Classes:
ByteSource, FileSource

public interface ZipEntrySource

ZIP entry with its contents.

Author:
Rein Raudjärv

Method Summary
 ZipEntry getEntry()
           
 InputStream getInputStream()
           
 String getPath()
           
 

Method Detail

getPath

String getPath()
Returns:
path of the given entry (not null).

getEntry

ZipEntry getEntry()
Returns:
meta-data of the given entry (not null).

getInputStream

InputStream getInputStream()
                           throws IOException
Returns:
an input stream of the given entry or null if this entry is a directory.
Throws:
IOException


Copyright © 2013 ZeroTurnaround. All Rights Reserved.