/[classpath]/classpath/java/security/DigestOutputStream.java
ViewVC logotype

Diff of /classpath/java/security/DigestOutputStream.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mark, Tue Jan 22 22:27:00 2002 UTC revision 1.5 by cbj, Mon Mar 25 05:12:19 2002 UTC
# Line 112  public class DigestOutputStream extends Line 112  public class DigestOutputStream extends
112      if (state)      if (state)
113        digest.update((byte) b);        digest.update((byte) b);
114    
115      super.write(b);      out.write(b);
116    }    }
117    
118    /**    /**
# Line 131  public class DigestOutputStream extends Line 131  public class DigestOutputStream extends
131      if (state)      if (state)
132        digest.update(b, off, len);        digest.update(b, off, len);
133    
134      super.write(b, off, len);      out.write(b, off, len);
135    }    }
136    
137    /**    /**

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26