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
IOExceptionpublic static String readUTF(DataInput in, byte[] buffer) throws IOException
IOExceptionpublic boolean isHazelcastEnterpriseActive()
public void writeUTF0(DataOutput out, String str, byte[] buffer) throws IOException
IOExceptionpublic String readUTF0(DataInput in, byte[] buffer) throws IOException
IOExceptionpublic static boolean useOldStringConstructor()
Copyright © 2021 Hazelcast, Inc.. All rights reserved.