org.apache.abdera.i18n.text
Class UrlEncoding.EncodingOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.abdera.i18n.text.UrlEncoding.EncodingOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- UrlEncoding
public static class UrlEncoding.EncodingOutputStream
- extends FilterOutputStream
Method Summary |
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlEncoding.EncodingOutputStream
public UrlEncoding.EncodingOutputStream(OutputStream out)
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Overrides:
write
in class FilterOutputStream
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Overrides:
write
in class FilterOutputStream
- Throws:
IOException
write
public void write(int b)
throws IOException
- Overrides:
write
in class FilterOutputStream
- Throws:
IOException
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.