docstring
stringlengths 3
2.38k
| code
stringlengths 9
99.4k
|
---|---|
unzip a file in the same directory as the zipped file
|
ZipFile . <init> ZipFile . entries ZipEntry . cast ZipEntry . isDirectory ZipEntry . getName File . <init> File . mkdir File . getParent ZipEntry . getName ZipFile . getInputStream ZipEntry . getName File . getParent ZipFile . close
|
<unk> up
|
ZipFile . <init> ZipFile . entries ZipEntry . cast ZipEntry . isDirectory ZipEntry . getName HashMap < String , Object > . get HashMap < String , Object > . put ZipEntry . <init> ZipOutputStream . putNextEntry ZipEntry . getSize ZipFile . getInputStream InputStream . read ZipOutputStream . write ZipOutputStream . flush ZipOutputStream . closeEntry File . <init> File . exists
|
validate that an archive contains a named entry
|
ZipFile . <init> ZipFile . entries ZipEntry . cast ZipFile . close
|
zoom through the entries in the zip file and dump out the info
|
ZipFile . <init> ZipFile . entries ZipEntry . cast ZipFile . getInputStream BufferedInputStream . <init> BufferedInputStream . close
|
unzip the
|
ZipFile . <init> ZipFile . entries ZipEntry . cast ZipFile . getInputStream BufferedInputStream . <init> File . <init> ZipEntry . getName File . mkdirs File . getParentFile File . createNewFile FileOutputStream . <init> File . getCanonicalFile BufferedOutputStream . <init> BufferedOutputStream . write BufferedOutputStream . flush BufferedOutputStream . close BufferedInputStream . close
|
for a given zip file , process each entry
|
ZipFile . <init> ZipFile . entries ZipEntry . cast
|
go through all the jar files and construct the index table
|
ZipFile . <init> ZipFile . entries ZipEntry . getName Enumeration . nextElement String . equals ZipFile . close
|
go through all the jar files and construct the index table
|
ZipFile . <init> ZipFile . entries ZipEntry . getName Enumeration . nextElement ZipEntry . getName String . equals ZipFile . close
|
check if file name exists as an entry in the jar file
|
ZipFile . <init> ZipFile . entries ZipEntry . getName Enumeration . nextElement ZipEntry . getName ZipFile . close
|
unzip file to folder
|
ZipFile . <init> ZipFile . entries ZipEntry . getName File . mkdirs ZipFile . getInputStream ZipEntry . getName File . <init> BufferedOutputStream . <init> ZipFile . close
|
try to open an input file as a zip archive jar apk with a classes
|
ZipFile . <init> ZipFile . entries ZipEntry . getName List < RandomAccessFile > . add ZipFile . close
|
unzip file to folder
|
ZipFile . <init> ZipFile . entries ZipEntry . isDirectory ZipEntry . getName File . mkdirs ZipFile . getInputStream File . <init> BufferedOutputStream . <init> ZipFile . close
|
return the languages as found from the classpath in messages
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements String . endsWith String . indexOf String . length String . substring String . length Arrays . asList ArrayList < String > . <init> List < String > . add List < String > . get Locale . <init> List < Locale > . add ZipFile . close
|
unzip a file in the same directory as the zipped file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry . cast File . <init> File . mkdir File . <init> ZipEntry . getName File . getParent ZipEntry . getName File . getParent ZipFile . getInputStream ZipFile . close
|
extract a zip file to the destination location
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry . cast File . <init> File . mkdirs ZipFile . getInputStream FileOutputStream . <init> ZipFile . close
|
unzip an archive
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry . cast ZipEntry . getName ZipEntry . getSize ZipFile . getInputStream ZipFile . close
|
load a question set from a file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry . cast ZipEntry . getName ZipFile . getInputStream BufferedInputStream . <init> BufferedInputStream . close
|
get the total unpacked size of the contents of the zip
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry . cast ZipEntry . getSize ZipFile . close
|
extract a zip compatible even jar file to specified directory respecting the specified rules
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry . cast
|
read a zip file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement BufferedReader . <init> InputStreamReader . <init> BufferedReader . ready BufferedReader . close ZipFile . close
|
unzip the given zip file into the specified directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement File . <init> File . mkdirs ZipFile . close File . getParentFile ZipFile . close ZipFile . getInputStream InputStream . close ZipFile . close
|
read a zip file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement InputStreamReader . <init> BufferedReader . <init> BufferedReader . ready BufferedReader . close ZipFile . close
|
extract specified entries from jar file , via zip file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement Set < ZipEntry > . add ZipEntry . getName String . startsWith Set < ZipEntry > . add ZipFile . close
|
extract specified entries from jar file , via zip file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement Set < ZipEntry > . add ZipFile . getInputStream Set < ZipEntry > . add ZipEntry . getName String . startsWith Set < ZipEntry > . add ZipFile . close
|
extract specified entries from jar file , via zip file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement Set < ZipEntry > . add ZipFile . getInputStream Set < ZipEntry > . add ZipEntry . getName String . startsWith Set < ZipEntry > . add ZipFile . getInputStream ZipFile . close
|
get the icon image
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement String . lastIndexOf String . substring ZipFile . getInputStream ImageIO . read InputStream . close ZipFile . close ImageIcon . <init> ZipFile . close ImageIcon . <init>
|
return the languages as found from the classpath in messages
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement String . startsWith String . endsWith String . indexOf String . length String . substring String . length String . split Arrays . asList ArrayList < String > . <init> List < String > . size List < String > . add Locale . <init> List < Locale > . add ZipFile . close
|
return the languages as found from the classpath in messages
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement String . startsWith String . indexOf String . length String . substring String . length ArrayList < String > . <init> String . split ArrayList < String > . <init> List < String > . size List < String > . add List < String > . get Locale . <init> List < Locale > . add ZipFile . close
|
load a question set from a file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . cast ZipEntry . getName BufferedInputStream . <init> BufferedInputStream . close
|
initialize internal hash tables with jar file resources
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . cast ZipEntry . getName ZipEntry . getSize Map < String , Integer > . put ZipFile . close FileInputStream . <init> BufferedInputStream . <init> ZipInputStream . <init> Integer . cast Integer . intValue ZipInputStream . read Map < String , Object > . put
|
verify the integrity of a <unk>
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . cast ZipEntry . getName ZipEntry . isDirectory ZipEntry . getName ZipFile . getInputStream InputStream . close ZipFile . close
|
unzip the tc name compressed zip file which should be located relative to tc directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . cast ZipEntry . isDirectory File . mkdir File . <init> ZipFile . getInputStream ZipEntry . getName ZipFile . close File . <init> File . delete
|
unzip file to output directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . cast ZipFile . getInputStream BufferedInputStream . <init> FileOutputStream . <init> BufferedOutputStream . <init> BufferedOutputStream . write BufferedOutputStream . flush BufferedOutputStream . close BufferedInputStream . close
|
this <unk> the zip that is the <unk> file into the temporary directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . cast ZipFile . getInputStream File . <init> FileOutputStream . <init> FileOutputStream . write FileOutputStream . close
|
read the given zip file and executes the given action for each entry
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . cast ZipFile . getInputStream ZipEntry . getName
|
scan the given zip file and executes the given action for each entry
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . cast
|
exercise <unk> ability to refill the <unk> input buffer
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getCompressedSize ZipFile . getInputStream InputStream . close
|
unzip the source
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName BufferedReader . <init> ZipFile . getInputStream StringBuilder . <init> StringBuilder . append BufferedReader . close String . lastIndexOf String . substring String . endsWith String . substring StringBuilder . toString ZipFile . close
|
unzip a file in the test data directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName File . <init> File . exists File . getParentFile File . exists File . mkdirs ZipFile . getInputStream FileOutputStream . <init> OutputStream . write OutputStream . close InputStream . close ZipFile . close
|
initialize internal hash tables with jar file resources
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName Hashtable < String , Integer > . put ZipFile . close FileInputStream . <init> BufferedInputStream . <init> ZipInputStream . <init> ZipInputStream . getNextEntry ZipEntry . getName ZipInputStream . read Hashtable < String > . put FileInputStream . close BufferedInputStream . close ZipInputStream . close
|
scan given archive for files passing given filter , adds the results into given list
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName List < String > . add ZipFile . close
|
read the specified jar file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName Map < String , InputStream > . put ZipFile . close
|
add entries to packaged classes code corresponding to class files contained in jar code
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName Map < String , String > . put ZipFile . close
|
parse a jar file and adds all the classes found to classes code and all other files to files found code
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName Map < String > . put Pattern . matcher Map < String , InputStream > . put ZipFile . getInputStream
|
check if its an open xml file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName Pattern . matcher
|
check for <unk> stuff in a jar
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName Set < String > . contains ZipFile . close
|
this scans the entire zip file which may or may not be an issue
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName SortedMap . put
|
scan the entries in a zip jar file for classes under the parent package
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName String . startsWith
|
unpack a zip file to a given directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName String . toLowerCase File . <init> File . getParentFile File . mkdirs ZipFile . getInputStream InputStream . read OutputStream . write OutputStream . close
|
read entries in zip file and return an input stream to thefile that matches the given file name or null if there is no file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName ZipFile . getInputStream InputStream . close ZipFile . close
|
parse a jar file and adds all the classes found to classes code and all other files to files found code
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName ZipFile . getInputStream Map < String > . put ZipEntry . getName Map < String , InputStream > . put ZipFile . getInputStream
|
load documents into the bucket
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName ZipFile . getInputStream Pattern . matcher Matcher . matches Matcher . group Pattern . matcher Matcher . group
|
check whether the <unk> contain the resources
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName
|
scan the entries in a zip jar file for classes under the parent package
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . getName
|
unzip a given file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . isDirectory ZipEntry . getName File . <init> File . mkdir ZipEntry . getName File . <init> ZipFile . getInputStream ZipFile . close
|
extract the specified zip file to the specified destination directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . isDirectory ZipEntry . getName ZipFile . close
|
extract the specified zip file to the specified destination directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . isDirectory ZipEntry . getName ZipFile . getInputStream ZipFile . close
|
give a file input it will unzip the file in a the unzip directory passed as the second parameter
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipEntry . isDirectory ZipFile . getInputStream ZipEntry . getName File . <init> FileOutputStream . <init> OutputStream . write OutputStream . close InputStream . close ZipFile . close
|
list contents of jar file , via zip file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipFile . close
|
<unk> zip file into folder
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipFile . getInputStream BufferedInputStream . <init> ZipEntry . getName String . lastIndexOf String . substring File . <init> File . mkdirs File . <init> FileOutputStream . <init> BufferedOutputStream . <init> BufferedInputStream . read BufferedOutputStream . write BufferedOutputStream . flush BufferedOutputStream . close BufferedInputStream . close
|
give a file input it will unzip the file in a the unzip directory passed as the second parameter
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipFile . getInputStream File . <init> FileOutputStream . <init> InputStream . read OutputStream . write OutputStream . close InputStream . close ZipFile . close
|
extract specified entries from jar file , via zip file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipFile . getInputStream Set < ZipEntry > . add ZipEntry . getName Set < ZipEntry > . add ZipFile . close
|
extract specified entries from jar file , via zip file
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipFile . getInputStream Set < ZipEntry > . add ZipEntry . getName String . startsWith Set < ZipEntry > . add ZipFile . close
|
give a file input it will unzip the file in a the unzip directory passed as the second parameter
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipFile . getInputStream ZipEntry . getName File . <init> FileOutputStream . <init> InputStream . read OutputStream . write OutputStream . close InputStream . close ZipFile . close
|
give a file input it will unzip the file in a the unzip directory passed as the second parameter
|
ZipFile . <init> ZipFile . entries ZipEntry > . hasMoreElements ZipEntry > . nextElement ZipFile . getInputStream ZipEntry . getName File . <init> FileOutputStream . <init> OutputStream . write OutputStream . close InputStream . close ZipFile . close
|
read a zip file
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement BufferedReader . <init> ZipFile . getInputStream InputStreamReader . <init> BufferedReader . ready BufferedReader . close ZipFile . close
|
unzip a file to a directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement File . getAbsolutePath ZipEntry . getName File . <init> File . getParentFile ZipFile . getInputStream FileOutputStream . <init> InputStream . read FileOutputStream . write InputStream . close FileOutputStream . close
|
constructor for the jar class loader object
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement Hashtable < String > . put List < String > . add
|
extract specified entries from jar file , via zip file
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement Set < ZipEntry > . add ZipEntry . getName String . startsWith Set < ZipEntry > . add ZipFile . close
|
extract specified entries from jar file , via zip file
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement Set < ZipEntry > . add ZipFile . getInputStream Set < ZipEntry > . add ZipEntry . getName ZipFile . getInputStream Set < ZipEntry > . add ZipFile . close
|
extract specified entries from jar file , via zip file
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement Set < ZipEntry > . add ZipFile . getInputStream ZipEntry . getName String . startsWith Set < ZipEntry > . add ZipFile . close
|
return the languages as found from the classpath in messages
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement String . endsWith String . indexOf String . substring String . length ArrayList < String > . <init> String . split List < String > . size List < String > . add List < String > . get Locale . <init> List < Locale > . add ZipFile . close
|
load a question set from a file
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . cast BufferedInputStream . <init> BufferedInputStream . close
|
load a question set from a file
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . cast ZipEntry . getName BufferedInputStream . <init> BufferedInputStream . close
|
scan the given root directory for <unk> archives and extracts them into the dummy folder
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . cast ZipEntry . getName String . endsWith String . split String . concat String . substring String . split String . replace File . <init> File . mkdirs File . <init> String . lastIndexOf File . <init> ZipFile . getInputStream File . getPath ZipFile . close
|
this <unk> the zip that is the <unk> file into the temporary directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . cast ZipFile . getInputStream File . <init> FileOutputStream . <init> FileOutputStream . write FileOutputStream . close
|
unpack a zip file to a given directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName File . <init> File . getParentFile File . isDirectory File . toString ZipFile . getInputStream InputStream . read OutputStream . write OutputStream . close
|
unzip a given file
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName File . <init> File . mkdir ZipEntry . getName File . <init> File . getParentFile BufferedOutputStream . <init> ZipFile . getInputStream ZipFile . close
|
unpack a zip file to the target directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName File . <init> File . mkdirs File . getParentFile File . mkdirs ZipFile . getInputStream BufferedOutputStream . <init> FileOutputStream . <init> Util . <unk> OutputStream . close InputStream . close ZipFile . close
|
unzip the given zip file into the specified directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName File . <init> File . mkdirs ZipFile . close File . getAbsolutePath File . getParentFile ZipFile . close ZipFile . getInputStream InputStream . close ZipFile . close
|
unzip the platform formatted zip file to specified folder
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName File . <init> ZipEntry . getName File . getParentFile File . mkdirs ZipFile . getInputStream FileOutputStream . <init> InputStream . read OutputStream . write File . getAbsolutePath ZipFile . close
|
inflate a <unk> file to a given working directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName File . <init> ZipEntry . isDirectory File . mkdirs File . getParentFile ZipFile . getInputStream FileOutputStream . <init> BufferedOutputStream . <init> InputStream . close OutputStream . close ZipFile . close
|
unzip the source
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName InputStreamReader . <init> BufferedReader . <init> ZipFile . getInputStream StringBuilder . <init> StringBuilder . append BufferedReader . close String . lastIndexOf String . substring String . endsWith String . substring ZipFile . close
|
read the specified jar file
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName Map < String , InputStream > . put ZipFile . close
|
add entries to packaged classes code corresponding to class files contained in jar code
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName Map < String , String > . put ZipFile . close
|
add entries to packaged classes corresponding to class files contained in jar
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName Map < String , String > . put ZipFile . close
|
parse a jar file and adds all the classes found to classes code and all other files to files found code
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName Map < String > . put Pattern . matcher Map < String , InputStream > . put ZipFile . getInputStream Map < String , InputStream > . put
|
parse a jar file and adds all the classes found to classes code and all other files to files found code
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName Map < String > . put ZipEntry . getName ZipFile . getInputStream Map < String , InputStream > . put
|
check if its an open xml file
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName Pattern . matcher
|
unzip the source
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName String . endsWith BufferedReader . <init> ZipFile . getInputStream StringBuilder . <init> StringBuilder . append System . getProperty StringBuilder . append BufferedReader . close String . lastIndexOf String . substring String . endsWith String . substring StringBuilder . toString ZipFile . close
|
get the content type for open xml format
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName String . equals ZipFile . getInputStream String . <init> InputStream . close ZipFile . close
|
there are two sources of hierarchy in the <unk>
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName ZipEntry . isDirectory ZipEntry . getName ZipFile . getInputStream BufferedReader . <init> Charset . forName BufferedReader . <init> FileInputStream . <init> BufferedReader . <init> Charset . forName System . currentTimeMillis BufferedReader . readLine Integer . valueOf Map < Integer , Collection < Integer > > . get ArrayList < Integer > . <init> Map < Integer , Collection < Integer > > . put Collection < Integer > . add Map < Integer , Collection < Integer > > . get ArrayList < Integer > . <init> Map < Integer , Collection < Integer > > . put Collection < Integer > . add System . currentTimeMillis
|
check whether the given filename is present in the given zip file
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName ZipFile . close
|
create a new project and loads the <unk> file , by <unk> it and loading the xmi file inside
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName ZipFile . getInputStream Helper . <unk> ZipFile . close
|
parse a jar file and adds all the classes found to classes code and all other files to files found code
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getName ZipFile . getInputStream Map < String > . put ZipEntry . getName Map < String , InputStream > . put ZipFile . getInputStream
|
get the uncompressed file size of a
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . getSize ZipFile . close
|
unzip a zip jar archive into the specified directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . isDirectory ZipEntry . getName File . <init> File . mkdirs ZipEntry . getName File . <init> File . getParentFile BufferedOutputStream . <init> ZipFile . close
|
perform a full check of entries
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . isDirectory ZipEntry . getName ZipFile . getInputStream InputStream . read InputStream . close ZipFile . close Activator . <unk>
|
give a file input it will unzip the file in a the unzip directory passed as the second parameter
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipEntry . isDirectory ZipFile . getInputStream ZipEntry . getName File . <init> FileOutputStream . <init> InputStream . read OutputStream . write OutputStream . close InputStream . close ZipFile . close
|
unzip one zip file into the specified directory
|
ZipFile . <init> ZipFile . entries ZipEntry > . nextElement ZipFile . getInputStream InputStream . close ZipFile . close
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.