public final class UTF8Output extends Object
Constructor | Description |
---|---|
UTF8Output() |
|
UTF8Output(ByteBuffer... payload) |
Modifier and Type | Method | 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 © 2018. All rights reserved.