Class ByteString


  • public class ByteString
    extends Object
    A simple class which encapsulates a byte[] representation of a String using a predefined encoding (currently UTF-8). This avoids repeated invocation of the expensive DataOutput.writeUTF(String) on marshalling
    Since:
    9.0
    Author:
    Tristan Tarrant