Class ReceivePack.MessageOutputWrapper

java.lang.Object
java.io.OutputStream
org.eclipse.jgit.transport.ReceivePack.MessageOutputWrapper
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
ReceivePack

class ReceivePack.MessageOutputWrapper extends OutputStream
Output stream that wraps the current ReceivePack.msgOut.

We don't want to expose ReceivePack.msgOut directly because it can change several times over the course of a session.

  • Constructor Details

    • MessageOutputWrapper

      MessageOutputWrapper()
  • Method Details