Class UrlEncoding.EncodingOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
    Enclosing class:
    UrlEncoding

    @Deprecated(since="2021-07-29")
    public static class UrlEncoding.EncodingOutputStream
    extends java.io.FilterOutputStream
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      EncodingOutputStream​(java.io.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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EncodingOutputStream

        public EncodingOutputStream​(java.io.OutputStream out)
        Deprecated.
    • Method Detail

      • write

        public void write​(byte[] b,
                          int off,
                          int len)
                   throws java.io.IOException
        Deprecated.
        Overrides:
        write in class java.io.FilterOutputStream
        Throws:
        java.io.IOException
      • write

        public void write​(byte[] b)
                   throws java.io.IOException
        Deprecated.
        Overrides:
        write in class java.io.FilterOutputStream
        Throws:
        java.io.IOException
      • write

        public void write​(int b)
                   throws java.io.IOException
        Deprecated.
        Overrides:
        write in class java.io.FilterOutputStream
        Throws:
        java.io.IOException