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