- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,java.lang.String>
-
- org.hsqldb.lib.tar.PIFData
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,java.lang.String>
public class PIFData extends java.util.HashMap<java.lang.String,java.lang.String>
Pax Interchange Format object constituted from an Input Stream.Right now, the only Pax property that we support directly is "size".
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PIFData(java.io.InputStream stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getSize()
N.b.
-
-
-
Constructor Detail
-
PIFData
public PIFData(java.io.InputStream stream) throws TarMalformatException, java.io.IOException
- Throws:
TarMalformatException
java.io.IOException
-
-