public class PercentEncodingOutputStream extends FilterOutputStream
out| Constructor and Description |
|---|
PercentEncodingOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(int b) |
void |
writeUnencoded(int b)
Writes a given byte to the delegate without percent-encoding it.
|
close, flush, write, writepublic PercentEncodingOutputStream(OutputStream out)
public void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void writeUnencoded(int b)
throws IOException
IOExceptionCopyright © 2018 Arno Unkrig. All rights reserved.