public class NodeDescriptor extends Descriptor
Constructor and Description |
---|
NodeDescriptor(int tag,
Collection<Descriptor> children) |
Modifier and Type | Method and Description |
---|---|
protected void |
doWrite(ByteBuffer out) |
static <T> T |
findByTag(Descriptor es,
int tag) |
Collection<Descriptor> |
getChildren() |
write
public NodeDescriptor(int tag, Collection<Descriptor> children)
protected void doWrite(ByteBuffer out)
doWrite
in class Descriptor
public Collection<Descriptor> getChildren()
public static <T> T findByTag(Descriptor es, int tag)
Copyright © 2019. All rights reserved.