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()
InhabitantsDescriptor
getSystemId
in interface InhabitantsDescriptor
public InputStream getInputStream()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.