| Package | Description |
|---|---|
| org.gatein.common.i18n | |
| org.gatein.common.io | |
| org.gatein.common.text |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractLocaleFormat.internalWrite(Locale locale,
CharWriter writer) |
void |
CachingLocaleFormat.write(Locale locale,
CharWriter writer) |
void |
LocaleFormat.write(Locale locale,
CharWriter writer) |
void |
AbstractLocaleFormat.write(Locale locale,
CharWriter writer) |
| Modifier and Type | Class and Description |
|---|---|
class |
WriterCharWriter |
| Modifier and Type | Method and Description |
|---|---|
CharWriter |
WriterCharWriter.append(char c) |
CharWriter |
WriterCharWriter.append(char[] chars) |
CharWriter |
WriterCharWriter.append(char[] chars,
int off,
int len) |
CharWriter |
WriterCharWriter.append(CharSequence s) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharBuffer
A simple char buffer that implements the
CharWriter interface |
| Modifier and Type | Method and Description |
|---|---|
CharWriter |
CharWriter.append(char c) |
CharWriter |
CharBuffer.append(char c) |
CharWriter |
CharWriter.append(char[] chars) |
CharWriter |
CharBuffer.append(char[] chars) |
CharWriter |
CharWriter.append(char[] chars,
int off,
int len) |
CharWriter |
CharBuffer.append(char[] chars,
int off,
int len) |
CharWriter |
CharWriter.append(CharSequence s) |
CharWriter |
CharBuffer.append(CharSequence s) |
| Modifier and Type | Method and Description |
|---|---|
void |
CharEncoder.encode(char[] chars,
CharWriter writer) |
void |
AbstractCharEncoder.encode(char[] chars,
CharWriter writer) |
void |
CharEncoder.encode(char[] chars,
int off,
int len,
CharWriter writer) |
void |
AbstractCharEncoder.encode(char[] chars,
int off,
int len,
CharWriter writer) |
void |
CharEncoder.encode(char c,
CharWriter writer) |
void |
AbstractCharEncoder.encode(char c,
CharWriter writer) |
void |
FastURLEncoder.encode(char c,
CharWriter writer) |
void |
EntityEncoder.encode(char c,
CharWriter writer) |
void |
CharEncoder.encode(CharSequence s,
CharWriter writer) |
void |
AbstractCharEncoder.encode(CharSequence s,
CharWriter writer) |
protected abstract void |
AbstractCharEncoder.safeEncode(char[] chars,
int off,
int len,
CharWriter writer) |
protected void |
FastURLDecoder.safeEncode(char[] chars,
int i,
int length,
CharWriter tmp) |
protected void |
FastURLEncoder.safeEncode(char[] chars,
int off,
int len,
CharWriter writer) |
void |
EntityEncoder.safeEncode(char[] chars,
int off,
int len,
CharWriter writer) |
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.