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
IOExceptionpublic static String readUTF(DataInput in, byte[] buffer) throws IOException
IOExceptionpublic void writeUTF0(DataOutput out, String str, byte[] buffer) throws IOException
IOExceptionpublic String readUTF0(DataInput in, byte[] buffer) throws IOException
IOExceptionCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.