Class SVNChecksumInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.security.DigestInputStream
org.tmatesoft.svn.core.internal.wc.admin.SVNChecksumInputStream
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable

public class SVNChecksumInputStream extends java.security.DigestInputStream
Version:
1.3
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final java.lang.String
     
    private byte[]
     

    Fields inherited from class java.security.DigestInputStream

    digest

    Fields inherited from class java.io.FilterInputStream

    in
  • Constructor Summary

    Constructors
    Constructor
    Description
    SVNChecksumInputStream(java.io.InputStream source, java.lang.String algorithm)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    java.lang.String
     

    Methods inherited from class java.security.DigestInputStream

    getMessageDigest, on, read, read, setMessageDigest, toString

    Methods inherited from class java.io.FilterInputStream

    available, mark, markSupported, read, reset, skip

    Methods inherited from class java.io.InputStream

    nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • MD5_ALGORITHM

      public static final java.lang.String MD5_ALGORITHM
      See Also:
    • ourDirtyBuffer

      private byte[] ourDirtyBuffer
  • Constructor Details

    • SVNChecksumInputStream

      public SVNChecksumInputStream(java.io.InputStream source, java.lang.String algorithm)
  • Method Details

    • close

      public void close() throws java.io.IOException
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface java.io.Closeable
      Overrides:
      close in class java.io.FilterInputStream
      Throws:
      java.io.IOException
    • getDigest

      public java.lang.String getDigest()