GenericPropertyNodepublic class GenericPropertyNode extends PropertyNode
(Omit source code)
Constructors Summary |
---|
public GenericPropertyNode(int start, int end, byte[] buf)
super(start, end, buf);
|
Methods Summary |
---|
public byte[] | getBytes()
return (byte[])_buf;
|
|