public class StreamXDescriptor extends java.lang.Object implements SkeletonDescriptor, java.lang.Cloneable
Constructor and Description |
---|
StreamXDescriptor() |
StreamXDescriptor(org.w3c.dom.Element element) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
Datum |
getBase() |
DataTransferType |
getDataTransferType() |
org.w3c.dom.Element |
getDOMElement(org.w3c.dom.Document document) |
java.util.Map |
getProperties() |
java.lang.Object |
getProperty(java.lang.String name) |
int |
getSizeBytes() |
Units |
getUnits() |
DatumVector |
read(java.nio.ByteBuffer input) |
Datum |
readDatum(java.nio.ByteBuffer input) |
void |
setBase(Datum base) |
void |
setDataTransferType(DataTransferType transferType) |
void |
setUnits(Units units) |
void |
write(DatumVector input,
java.nio.ByteBuffer output) |
void |
writeDatum(Datum datum,
java.nio.ByteBuffer output) |
public StreamXDescriptor()
public StreamXDescriptor(org.w3c.dom.Element element)
public Datum getBase()
public void setBase(Datum base)
public int getSizeBytes()
getSizeBytes
in interface SkeletonDescriptor
public Units getUnits()
public void setUnits(Units units)
public void setDataTransferType(DataTransferType transferType)
public DataTransferType getDataTransferType()
public Datum readDatum(java.nio.ByteBuffer input)
public DatumVector read(java.nio.ByteBuffer input)
read
in interface SkeletonDescriptor
public void writeDatum(Datum datum, java.nio.ByteBuffer output)
public void write(DatumVector input, java.nio.ByteBuffer output)
write
in interface SkeletonDescriptor
public org.w3c.dom.Element getDOMElement(org.w3c.dom.Document document)
getDOMElement
in interface SkeletonDescriptor
public java.lang.Object clone()
clone
in interface SkeletonDescriptor
clone
in class java.lang.Object
public java.lang.Object getProperty(java.lang.String name)
getProperty
in interface SkeletonDescriptor
public java.util.Map getProperties()
getProperties
in interface SkeletonDescriptor