gov.nih.nci.caarray.services.util.file
Class ReadZipFileContent

java.lang.Object
  extended by gov.nih.nci.caarray.services.util.file.ReadZipFileContent

public class ReadZipFileContent
extends java.lang.Object

Author:
zhoujim caArray application server code need to get file name from uploaded hybridization, array design and MAGE-OM zip file. This class is the util class for fetching file names from zip files.

Constructor Summary
ReadZipFileContent()
          default constructor
 
Method Summary
 java.lang.String getFileName(java.io.File f)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadZipFileContent

public ReadZipFileContent()
default constructor

Method Detail

getFileName

public java.lang.String getFileName(java.io.File f)
                             throws java.lang.Exception
Parameters:
zipFileName -
Returns:
String fileName
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)