Interface Attachable

    • Method Detail

      • getAttachment

        java.lang.Object getAttachment()
        Returns:
        the object attached to this instance
        See Also:
        setAttachment(Object)
      • setAttachment

        void setAttachment​(java.lang.Object attachment)
        Attaches the given object to this stream for later retrieval.
        Parameters:
        attachment - the object to attach to this instance