public class ByteArrayInhabitantsDescriptor extends Object implements InhabitantsDescriptor, Serializable
InhabitantsDescriptor that loads the inhabitants
meta-data from a byte array (usually coming from a inhabitant file).| Constructor and Description |
|---|
ByteArrayInhabitantsDescriptor(String systemId,
byte[] data) |
ByteArrayInhabitantsDescriptor(URL systemId,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream() |
String |
getSystemId()
Return the unique identifier
|
public final String systemId
public ByteArrayInhabitantsDescriptor(String systemId, byte[] data)
public ByteArrayInhabitantsDescriptor(URL systemId, byte[] data)
public String getSystemId()
InhabitantsDescriptorgetSystemId in interface InhabitantsDescriptorpublic InputStream getInputStream()
Copyright © 2009–2022 Oracle Corporation. All rights reserved.