com.prosyst.util.jar
Class JarManifest
java.lang.Object
java.util.Dictionary
java.util.Hashtable
com.prosyst.util.jar.Manifest
com.prosyst.util.jar.JarManifest
- All Implemented Interfaces:
- Externalizable, java.io.Serializable, java.lang.Cloneable, java.util.Map
public class JarManifest
- extends Manifest
- implements Externalizable
- Author:
- zarko
- See Also:
- Serialized Form
|
Method Summary |
protected XString |
createKey(java.lang.String s)
|
protected java.lang.String[] |
getKeys()
|
protected XString[] |
getXStrings()
|
static void |
main(java.lang.String[] _)
|
void |
readObject(java.io.InputStream iStream)
Use this method to deserializion of object state. |
void |
writeObject(java.io.OutputStream oStream)
Use this method for serialization of object state. |
| Methods inherited from class com.prosyst.util.jar.Manifest |
addPair, emptyLine, emptyLine0, get, getAttributes, getEntries, getJarEntry, keys, makeKey, parseFile, parseStream, parseStream, put, setUseSecurity, toString, writeFile, writeKey, writeKey, writeValue |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keySet, putAll, rehash, remove, size, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
xstrings
protected static XString[] xstrings
keys
protected static java.lang.String[] keys
JarManifest
public JarManifest(int size)
getXStrings
protected XString[] getXStrings()
- Overrides:
getXStrings in class Manifest
getKeys
protected java.lang.String[] getKeys()
- Overrides:
getKeys in class Manifest
createKey
protected XString createKey(java.lang.String s)
- Overrides:
createKey in class Manifest
writeObject
public void writeObject(java.io.OutputStream oStream)
throws java.lang.Exception
- Description copied from interface:
Externalizable
- Use this method for serialization of object state.
- Specified by:
writeObject in interface Externalizable
- Throws:
java.lang.Exception
readObject
public void readObject(java.io.InputStream iStream)
throws java.lang.Exception
- Description copied from interface:
Externalizable
- Use this method to deserializion of object state.
- Specified by:
readObject in interface Externalizable
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] _)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved