public final class UTFEncoderDecoder extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
UTFEncoderDecoder.StringCreator |
Modifier and Type | Method and Description |
---|---|
UTFEncoderDecoder.StringCreator |
getStringCreator() |
boolean |
isHazelcastEnterpriseActive() |
static String |
readUTF(DataInput in,
byte[] buffer) |
String |
readUTF0(DataInput in,
byte[] buffer) |
static boolean |
useOldStringConstructor() |
static void |
writeUTF(DataOutput out,
String str,
byte[] buffer) |
void |
writeUTF0(DataOutput out,
String str,
byte[] buffer) |
public UTFEncoderDecoder.StringCreator getStringCreator()
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 boolean isHazelcastEnterpriseActive()
public void writeUTF0(DataOutput out, String str, byte[] buffer) throws IOException
IOException
public String readUTF0(DataInput in, byte[] buffer) throws IOException
IOException
public static boolean useOldStringConstructor()
Copyright © 2014 Hazelcast, Inc.. All rights reserved.