public class CharBufferWrapper extends Object
Constructor and Description |
---|
CharBufferWrapper(CharBuffer messageBuffer) |
Modifier and Type | Method and Description |
---|---|
char[] |
asCharArray() |
InputStream |
asInputStream(Charset encoding) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public CharBufferWrapper(CharBuffer messageBuffer)
public InputStream asInputStream(Charset encoding)
public char[] asCharArray()
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.