Class Utf8PartialBuilder


  • @Deprecated
    public class Utf8PartialBuilder
    extends java.lang.Object
    Deprecated.
    Similar in scope to the Utf8StringBuilder, but allowing partially constructed Strings without throwing Exceptions for incomplete UTF8 sequences.

    A call to toPartialString(ByteBuffer) will return the section of the String from the start to the last completed UTF8 sequence. Leaving incomplete sequences for a subsequent call to complete.

    • Constructor Summary

      Constructors 
      Constructor Description
      Utf8PartialBuilder()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String toPartialString​(java.nio.ByteBuffer buf)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Utf8PartialBuilder

        public Utf8PartialBuilder()
        Deprecated.
    • Method Detail

      • toPartialString

        public java.lang.String toPartialString​(java.nio.ByteBuffer buf)
        Deprecated.