|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.vfs.i18n.EncodingWriter
com.caucho.vfs.i18n.ISO8859_1Writer
public final class ISO8859_1Writer
Implements the ISO-8859-1 EncodingWriter factory.
| Field Summary |
|---|
| Fields inherited from class com.caucho.vfs.i18n.EncodingWriter |
|---|
log |
| Constructor Summary | |
|---|---|
ISO8859_1Writer()
Null-arg constructor for instantiation by com.caucho.vfs.Encoding only. |
|
| Method Summary | |
|---|---|
EncodingWriter |
create()
Returns null, since WriteStream handles ISO-8859-1 directly. |
EncodingWriter |
create(java.lang.String javaEncoding)
Returns null, since WriteStream handles ISO-8859-1 directly. |
java.lang.String |
getJavaEncoding()
Returns the Java encoding for the writer. |
static EncodingWriter |
getStaticWriter()
Returns the writer. |
void |
write(ByteAppendable os,
char ch)
Writes a character to the output stream with the correct encoding. |
void |
write(OutputStreamWithBuffer os,
char[] cBuf,
int cOffset,
int cLength)
Writes a character buffer using the correct encoding. |
| Methods inherited from class com.caucho.vfs.i18n.EncodingWriter |
|---|
setJavaEncoding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ISO8859_1Writer()
| Method Detail |
|---|
public java.lang.String getJavaEncoding()
getJavaEncoding in class EncodingWriterpublic EncodingWriter create(java.lang.String javaEncoding)
create in class EncodingWriterjavaEncoding - the JDK name for the encoding.
public EncodingWriter create()
create in class EncodingWriterpublic static EncodingWriter getStaticWriter()
public void write(ByteAppendable os,
char ch)
throws java.io.IOException
write in class EncodingWriterch - the character to write.
java.io.IOException
public void write(OutputStreamWithBuffer os,
char[] cBuf,
int cOffset,
int cLength)
throws java.io.IOException
write in class EncodingWriteros - output stream for data.cBuf - data.cOffset - starting offset into the buffer.cLength - number of characters to write
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||