|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
php.java.script.DefaultCharsetOutputStreamWriter
php.java.script.OutputStreamWriter
class OutputStreamWriter
A PrintWriter backed by an OutputStream.
| Field Summary | |
|---|---|
protected java.lang.String |
charsetName
|
| Fields inherited from class php.java.script.DefaultCharsetOutputStreamWriter |
|---|
out |
| Constructor Summary | |
|---|---|
OutputStreamWriter(java.io.Writer out)
Create a new PhpScriptWriter. |
|
| Method Summary | |
|---|---|
void |
setEncoding(java.lang.String charsetName)
|
void |
write(byte[] b,
int off,
int len)
|
| Methods inherited from class php.java.script.DefaultCharsetOutputStreamWriter |
|---|
close, flush, write |
| Methods inherited from class java.io.OutputStream |
|---|
write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String charsetName
| Constructor Detail |
|---|
public OutputStreamWriter(java.io.Writer out)
out - The OutputStream| Method Detail |
|---|
public void setEncoding(java.lang.String charsetName)
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class DefaultCharsetOutputStreamWriterjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||