
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 |
addEscapedToken(String token) |
void |
addToken(CharSequence token) |
void |
addToken(int i) |
boolean |
isJavaScript() |
void |
setJavaScript(boolean javascript) |
String |
toString() |
public static final int MAXIMUM_ARRAY_LENGTH
public LengthConstrainedArray()
public LengthConstrainedArray(int capacityGuess)
public void addToken(CharSequence token)
public void addEscapedToken(String token)
public void addToken(int i)
public boolean isJavaScript()
public void setJavaScript(boolean javascript)
Copyright © 2018. All rights reserved.