|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
com.jakewharton.pingdom.util.Base64.OutputStream
public static class Base64.OutputStream
The Class OutputStream.
| Field Summary |
|---|
| Fields inherited from class java.io.FilterOutputStream |
|---|
out |
| Constructor Summary | |
|---|---|
Base64.OutputStream(OutputStream out)
Instantiates a new output stream. |
|
Base64.OutputStream(OutputStream out,
int options)
Instantiates a new output stream. |
|
| Method Summary | |
|---|---|
void |
close()
|
void |
flushBase64()
Flush base64. |
void |
resumeEncoding()
Resume encoding. |
void |
suspendEncoding()
Suspend encoding. |
void |
write(byte[] theBytes,
int off,
int len)
|
void |
write(int theByte)
|
| Methods inherited from class java.io.FilterOutputStream |
|---|
flush, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base64.OutputStream(OutputStream out)
out - the out
public Base64.OutputStream(OutputStream out,
int options)
out - the outoptions - the options| Method Detail |
|---|
public void write(int theByte)
throws IOException
write in class FilterOutputStreamIOException
public void write(byte[] theBytes,
int off,
int len)
throws IOException
write in class FilterOutputStreamIOException
public void flushBase64()
throws IOException
IOException - Signals that an I/O exception has occurred.
public void close()
throws IOException
close in interface Closeableclose in class FilterOutputStreamIOException
public void suspendEncoding()
throws IOException
IOException - Signals that an I/O exception has occurred.public void resumeEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||