public final class UTF8Output extends Object
Constructor and Description |
---|
UTF8Output() |
UTF8Output(ByteBuffer... payload) |
Modifier and Type | Method and Description |
---|---|
String | extract() Extract a String holding the utf8 text |
boolean | hasData() |
void | write(ByteBuffer... bytes) |
public UTF8Output(ByteBuffer... payload)
public UTF8Output()
public void write(ByteBuffer... bytes)
public String extract()
public boolean hasData()
Copyright © 2020 JBoss by Red Hat. All rights reserved.