public class XarEntry extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Method and Description |
---|---|
String |
getCompression() |
static Map<String,XarEntry> |
getEntries(Document doc) |
String |
getExtractedChecksum() |
Long |
getLength() |
MessageDigest |
getMessageDigest(String checksumAlg) |
String |
getName() |
Long |
getOffset() |
long |
getSize() |
boolean |
hasChecksum() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public XarEntry(Node node)
public String getName()
public Long getOffset()
public Long getLength()
public String getCompression()
public String getExtractedChecksum()
public long getSize()
public boolean hasChecksum()
public MessageDigest getMessageDigest(String checksumAlg)
Copyright © 2002 – 2024 Project Wonder.