Class ResponseStream

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

    public abstract class ResponseStream
    extends java.io.OutputStream

    ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.

    • Constructor Summary

      Constructors 
      Constructor Description
      ResponseStream()  
    • Method Summary

      • Methods inherited from class java.io.OutputStream

        close, flush, nullOutputStream, write, write, write
      • Methods inherited from class java.lang.Object

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

      • ResponseStream

        public ResponseStream()