public class CompactEndpointSerializationHelper
extends java.lang.Object
Constructor and Description |
---|
CompactEndpointSerializationHelper() |
Modifier and Type | Method and Description |
---|---|
static java.net.InetAddress |
deserialize(java.io.DataInput in) |
static void |
serialize(java.net.InetAddress endpoint,
java.io.DataOutput out) |
static int |
serializedSize(java.net.InetAddress from) |
public static void serialize(java.net.InetAddress endpoint, java.io.DataOutput out) throws java.io.IOException
java.io.IOException
public static java.net.InetAddress deserialize(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public static int serializedSize(java.net.InetAddress from)
Copyright © 2017 The Apache Software Foundation