public final class UTFEncoderDecoder extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
isHazelcastEnterpriseActive() |
static String |
readUTF(DataInput in,
byte[] buffer) |
String |
readUTF0(DataInput in,
byte[] buffer) |
static void |
writeUTF(DataOutput out,
String str,
byte[] buffer) |
void |
writeUTF0(DataOutput out,
String str,
byte[] buffer) |
public boolean isHazelcastEnterpriseActive()
public static void writeUTF(DataOutput out, String str, byte[] buffer) throws IOException
IOException
public static String readUTF(DataInput in, byte[] buffer) throws IOException
IOException
public void writeUTF0(DataOutput out, String str, byte[] buffer) throws IOException
IOException
public String readUTF0(DataInput in, byte[] buffer) throws IOException
IOException
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.