/** @see WritableObjectStream */
 public function cork()
 {
     $this->writable->cork();
 }