public final class CachedData extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_SIZE
The maximum size that should be considered storing in a server.
|
Constructor and Description |
---|
CachedData(int f,
byte[] d,
int maxSize)
Get a CachedData instance for the given flags and byte array.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Get the stored data.
|
int |
getFlags()
Get the flags stored along with this value.
|
String |
toString() |
public static final int MAX_SIZE
Copyright © 2018. All rights reserved.