Class UTF8Output


  • public final class UTF8Output
    extends Object
    Utility class which allows to extract a UTF8 String from bytes respecting valid code-points
    • Constructor Detail

      • UTF8Output

        public UTF8Output​(ByteBuffer... payload)
      • UTF8Output

        public UTF8Output()
    • Method Detail

      • write

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

        public String extract()
        Extract a String holding the utf8 text
      • hasData

        public boolean hasData()