|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharWriter | |
|---|---|
| org.jboss.portal.common.i18n | |
| org.jboss.portal.common.io | |
| org.jboss.portal.common.text | |
| Uses of CharWriter in org.jboss.portal.common.i18n |
|---|
| Methods in org.jboss.portal.common.i18n with parameters of type CharWriter | |
|---|---|
protected abstract void |
AbstractLocaleFormat.internalWrite(java.util.Locale locale,
CharWriter writer)
|
void |
CachingLocaleFormat.write(java.util.Locale locale,
CharWriter writer)
|
void |
AbstractLocaleFormat.write(java.util.Locale locale,
CharWriter writer)
|
void |
LocaleFormat.write(java.util.Locale locale,
CharWriter writer)
|
| Uses of CharWriter in org.jboss.portal.common.io |
|---|
| Classes in org.jboss.portal.common.io that implement CharWriter | |
|---|---|
class |
WriterCharWriter
|
| Methods in org.jboss.portal.common.io that return CharWriter | |
|---|---|
CharWriter |
WriterCharWriter.append(char c)
|
CharWriter |
WriterCharWriter.append(char[] chars)
|
CharWriter |
WriterCharWriter.append(char[] chars,
int off,
int len)
|
CharWriter |
WriterCharWriter.append(java.lang.CharSequence s)
|
| Uses of CharWriter in org.jboss.portal.common.text |
|---|
| Classes in org.jboss.portal.common.text that implement CharWriter | |
|---|---|
class |
CharBuffer
A simple char buffer that implements the CharWriter interface |
| Methods in org.jboss.portal.common.text that return CharWriter | |
|---|---|
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(java.lang.CharSequence s)
|
CharWriter |
CharBuffer.append(java.lang.CharSequence s)
|
| Methods in org.jboss.portal.common.text with parameters of type CharWriter | |
|---|---|
void |
AbstractCharEncoder.encode(char[] chars,
CharWriter writer)
|
void |
CharEncoder.encode(char[] chars,
CharWriter writer)
|
void |
AbstractCharEncoder.encode(char[] chars,
int off,
int len,
CharWriter writer)
|
void |
CharEncoder.encode(char[] chars,
int off,
int len,
CharWriter writer)
|
void |
FastURLEncoder.encode(char c,
CharWriter writer)
|
void |
EntityEncoder.encode(char c,
CharWriter writer)
|
void |
AbstractCharEncoder.encode(char c,
CharWriter writer)
|
void |
CharEncoder.encode(char c,
CharWriter writer)
|
void |
AbstractCharEncoder.encode(java.lang.CharSequence s,
CharWriter writer)
|
void |
CharEncoder.encode(java.lang.CharSequence s,
CharWriter writer)
|
protected void |
FastURLEncoder.safeEncode(char[] chars,
int off,
int len,
CharWriter writer)
|
void |
EntityEncoder.safeEncode(char[] chars,
int off,
int len,
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||