Package 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
,AutoCloseable
- Enclosing class:
- UrlEncoding
@Deprecated(since="2021-07-29") public static class UrlEncoding.EncodingOutputStream extends FilterOutputStream
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description EncodingOutputStream(OutputStream out)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
write(byte[] b)
Deprecated.void
write(byte[] b, int off, int len)
Deprecated.void
write(int b)
Deprecated.-
Methods inherited from class java.io.FilterOutputStream
close, flush
-
Methods inherited from class java.io.OutputStream
nullOutputStream
-
-
-
-
Constructor Detail
-
EncodingOutputStream
public EncodingOutputStream(OutputStream out)
Deprecated.
-
-
Method Detail
-
write
public void write(byte[] b, int off, int len) throws IOException
Deprecated.- Overrides:
write
in classFilterOutputStream
- Throws:
IOException
-
write
public void write(byte[] b) throws IOException
Deprecated.- Overrides:
write
in classFilterOutputStream
- Throws:
IOException
-
write
public void write(int b) throws IOException
Deprecated.- Overrides:
write
in classFilterOutputStream
- Throws:
IOException
-
-