Class NullOutputStream

java.lang.Object
java.io.OutputStream
org.glassfish.jersey.message.internal.NullOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

@Deprecated(since="3.1.7", forRemoval=true) public class NullOutputStream extends OutputStream
Deprecated, for removal: This API element is subject to removal in a future version.
Since JDK 11 is replaced by OutputStream.nullOutputStream()
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    write(byte[] b, int off, int len)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    write(int b)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.io.OutputStream

    nullOutputStream, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NullOutputStream

      public NullOutputStream()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details