public static class ServerSerializationStreamWriter.LengthConstrainedArray extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAXIMUM_ARRAY_LENGTH |
Constructor and Description |
---|
LengthConstrainedArray() |
LengthConstrainedArray(int capacityGuess) |
Modifier and Type | Method and Description |
---|---|
void |
addToken(CharSequence token) |
void |
addToken(int i) |
String |
toString() |
public static final int MAXIMUM_ARRAY_LENGTH
public LengthConstrainedArray()
public LengthConstrainedArray(int capacityGuess)
public void addToken(CharSequence token)
public void addToken(int i)
Copyright © 2018. All rights reserved.