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, write
public PercentEncodingOutputStream(OutputStream out)
public void write(int b) throws IOException
write
in class FilterOutputStream
IOException
public void writeUnencoded(int b) throws IOException
IOException
Copyright © 2018 Arno Unkrig. All rights reserved.