public class XarFile extends Object
Modifier and Type | Class and Description |
---|---|
class |
XarFile.XarInputStream |
Constructor and Description |
---|
XarFile(File file) |
XarFile(InputStream stream) |
XarFile(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,XarEntry> |
getEntries() |
XarEntry |
getEntry(String name) |
InputStream |
getInputStream(String name) |
InputStream |
getInputStream(XarEntry entry) |
void |
run() |
public XarFile(String name) throws IOException
IOException
public XarFile(File file) throws IOException
IOException
public XarFile(InputStream stream) throws IOException
IOException
public void run() throws IOException, NoSuchAlgorithmException
IOException
NoSuchAlgorithmException
public InputStream getInputStream(String name) throws IOException
IOException
public InputStream getInputStream(XarEntry entry) throws IOException
IOException
Copyright © 2002 – 2024 Project Wonder.