| java.lang.Object com.caucho.vfs.i18n.EncodingWriter com.caucho.vfs.i18n.UTF8Writer
UTF8Writer | public class UTF8Writer extends EncodingWriter (Code) | | Implements an encoding char-to-byte writer for UTF8 and the associated
factory.
|
Constructor Summary | |
public | UTF8Writer() Null-arg constructor for instantiation by com.caucho.vfs.Encoding only. |
UTF8Writer | public UTF8Writer()(Code) | | Null-arg constructor for instantiation by com.caucho.vfs.Encoding only.
|
getJavaEncoding | public String getJavaEncoding()(Code) | | Returns the Java encoding for the writer.
|
write | public void write(OutputStreamWithBuffer os, char[] cbuf, int off, int len) throws IOException(Code) | | Writes into a character buffer using the correct encoding.
Parameters: cbuf - character array with the data to write. Parameters: off - starting offset into the character array. Parameters: len - the number of characters to write. |
|
|