- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
String>
Pax Interchange Format object constituted from an Input Stream.
Right now, the only Pax property that we support directly is "size".
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
PIFData
- Throws:
TarMalformatException
IOException
-
-
Method Details
-
getSize
N.b. this is nothing to do with HashMap.size() or Map.size(). This returns the value of the Pax "size" property.- Returns:
- Pax size
-