| Package | Description |
|---|---|
| org.elasticsearch.common.io |
| Modifier and Type | Method and Description |
|---|---|
FastCharArrayWriter |
FastCharArrayWriter.append(char c)
Appends the specified character to this writer.
|
FastCharArrayWriter |
FastCharArrayWriter.append(CharSequence csq)
Appends the specified character sequence to this writer.
|
FastCharArrayWriter |
FastCharArrayWriter.append(CharSequence csq,
int start,
int end)
Appends a subsequence of the specified character sequence to this writer.
|
Copyright © 2009–2017. All rights reserved.