Framework Professional Edition Package


com.prosyst.util.jar
Class JarManifest

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by com.prosyst.util.jar.Manifest
              extended by 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

Field Summary
protected static java.lang.String[] keys
           
protected static XString[] xstrings
           
 
Fields inherited from class com.prosyst.util.jar.Manifest
cd, FMAN, gbuff, localized, MAN, name, STORAGE_MAN
 
Constructor Summary
JarManifest(int size)
           
 
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
 

Field Detail

xstrings

protected static XString[] xstrings

keys

protected static java.lang.String[] keys
Constructor Detail

JarManifest

public JarManifest(int size)
Method Detail

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

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved