|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.milyn.cdr.cdrar.CDRArchiveEntry
Content Delivery Resource Archive entry.
This class stores the cdrar JarEntry plus the entry data associated with a JarEntry.
Constructor Summary | |
CDRArchiveEntry(java.util.jar.JarEntry jarEntry,
byte[] entryBytes)
Public constructor. |
|
CDRArchiveEntry(java.lang.String name,
byte[] entryBytes)
Public constructor. |
Method Summary | |
byte[] |
getEntryBytes()
Get the data bytes associated with the entry. |
java.util.jar.JarEntry |
getJarEntry()
Get the JarEntry associated with the cdrar entry. |
java.lang.String |
getName()
Get the JarEntry name of this CDRArchiveEntry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CDRArchiveEntry(java.util.jar.JarEntry jarEntry, byte[] entryBytes)
jarEntry
- The JarEntry associated with the cdrar entry.entryBytes
- The data bytes associated with the entry.public CDRArchiveEntry(java.lang.String name, byte[] entryBytes)
name
- The name to be associated with the cdrar entry.entryBytes
- The data bytes associated with the entry.Method Detail |
public java.lang.String getName()
public java.util.jar.JarEntry getJarEntry()
public byte[] getEntryBytes()
|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |