Class UTF8Output


  • public final class UTF8Output
    extends java.lang.Object
    Utility class which allows to extract a UTF8 String from bytes respecting valid code-points Adapted version from Undertow
    • Method Summary

      Modifier and Type Method Description
      java.lang.String extract()  
      boolean hasData()  
      void write​(java.nio.ByteBuffer... bytes)  
      • Methods inherited from class java.lang.Object

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

      • write

        public void write​(java.nio.ByteBuffer... bytes)
      • extract

        public java.lang.String extract()
      • hasData

        public boolean hasData()