Constructor and Description |
---|
XmlCodec(int capacity)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
append(char[] buffer,
int bytesRead)
Add some data taken from an input char array
|
void |
append(String input)
Add some data to the decoder
|
List<String> |
getNextItems()
Return the next complete json elements, if any.
|
ECodec |
getType() |
public XmlCodec(int capacity)
capacity
- the buffer capacitypublic List<String> getNextItems()
getNextItems
in interface ICodec<String>
public void append(char[] buffer, int bytesRead)
public void append(String input)
Copyright © 2023. All rights reserved.