jarify
Class JarManifest.EntryData

java.lang.Object
  extended by jarify.JarManifest.EntryData
Enclosing class:
JarManifest

private class JarManifest.EntryData
extends java.lang.Object

This is an entry in the manifest.


Field Summary
(package private)  java.util.Hashtable digests
          a map of digests: digestID/digest
(package private)  byte[] raw
          the raw data of the entry (with continuations)
 
Constructor Summary
JarManifest.EntryData(byte[] rawdata)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

raw

byte[] raw
the raw data of the entry (with continuations)


digests

java.util.Hashtable digests
a map of digests: digestID/digest

Constructor Detail

JarManifest.EntryData

public JarManifest.EntryData(byte[] rawdata)