er.woinstaller.archiver
Class XarFile
java.lang.Object
er.woinstaller.archiver.XarFile
public class XarFile
- extends java.lang.Object
Constructor Summary |
XarFile(java.io.File file)
|
XarFile(java.io.InputStream stream)
|
XarFile(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XarFile
public XarFile(java.lang.String name)
throws java.io.IOException
- Throws:
java.io.IOException
XarFile
public XarFile(java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
XarFile
public XarFile(java.io.InputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
run
public void run()
throws java.io.IOException,
java.security.NoSuchAlgorithmException
- Throws:
java.io.IOException
java.security.NoSuchAlgorithmException
getEntry
public XarEntry getEntry(java.lang.String name)
getEntries
public java.util.Map<java.lang.String,XarEntry> getEntries()
getInputStream
public java.io.InputStream getInputStream(java.lang.String name)
throws java.io.IOException
- Throws:
java.io.IOException
getInputStream
public java.io.InputStream getInputStream(XarEntry entry)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2002 – 2007 Project Wonder.