Class ByteArrayInhabitantsDescriptor
java.lang.Object
com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
- All Implemented Interfaces:
InhabitantsDescriptor
,Serializable
public class ByteArrayInhabitantsDescriptor
extends Object
implements InhabitantsDescriptor, Serializable
Implementation of
InhabitantsDescriptor
that loads the inhabitants
meta-data from a byte array (usually coming from a inhabitant file).- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionByteArrayInhabitantsDescriptor
(String systemId, byte[] data) ByteArrayInhabitantsDescriptor
(URL systemId, byte[] data) -
Method Summary
Modifier and TypeMethodDescriptionReturn the unique identifier
-
Field Details
-
systemId
-
data
private final byte[] data
-
-
Constructor Details
-
ByteArrayInhabitantsDescriptor
-
ByteArrayInhabitantsDescriptor
-
-
Method Details
-
getSystemId
Description copied from interface:InhabitantsDescriptor
Return the unique identifier- Specified by:
getSystemId
in interfaceInhabitantsDescriptor
- Returns:
- unique id
-
getInputStream
-