declare namespace org { namespace eclipse { namespace jetty { namespace websocket { namespace common { namespace message { class Utf8CharBuffer extends org.eclipse.jetty.util.Utf8Appendable { public static wrap(arg0: java.nio.ByteBuffer): org.eclipse.jetty.websocket.common.message.Utf8CharBuffer public append(arg0: char[], arg1: int, arg2: int): void public append(arg0: int): void public clear(): void public getByteBuffer(): java.nio.ByteBuffer public length(): int public remaining(): int public toString(): string public static class: java.lang.Class } } } } } } }