| java.lang.Object org.netbeans.lib.profiler.utils.FileOrZipEntry
FileOrZipEntry | public class FileOrZipEntry (Code) | | A container that can represent either a plain file, or an entry in the zip/jar archive.
Used for unification of read operations on both types of files. So far likely not the most clean implementation.
author: Misha Dmitriev |
FileOrZipEntry | public FileOrZipEntry(File file)(Code) | | |
isFile | public boolean isFile()(Code) | | |
|
|