public final class PartLong extends BasicDataPart<java.lang.Long>
| Modifier and Type | Field and Description |
|---|---|
static IPartFactory<PartLong> |
FACTORY |
data| Constructor and Description |
|---|
PartLong(java.lang.Long data) |
| Modifier and Type | Method and Description |
|---|---|
IPartFactory<? extends DataPart<java.lang.Long>> |
getFactory() |
com.google.gson.JsonElement |
write() |
void |
write(java.io.DataOutput stream) |
equals, get, hashCode, toStringpublic static final IPartFactory<PartLong> FACTORY
public void write(java.io.DataOutput stream)
throws java.lang.Exception
public com.google.gson.JsonElement write()
public IPartFactory<? extends DataPart<java.lang.Long>> getFactory()
getFactory in class DataPart<java.lang.Long>