Ejemplo n.º 1
0
 /*
  * Returns a string containing a concise, human-readable description of this
  * {@code DigestInputStream} including the digest.
  *
  * @return a printable representation for this {@code DigestInputStream}.
  */
 public override String ToString()
 {
     return(base.ToString() + ", " + digest.toString() + //$NON-NLS-1$
            (isOn ? ", is on" : ", is off"));            //$NON-NLS-1$ //$NON-NLS-2$
 }