org.apache.james.mailrepository.javamail
Class HashJavamailStoreMailRepository.HasherOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.apache.james.mailrepository.javamail.HashJavamailStoreMailRepository.HasherOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Enclosing class:
HashJavamailStoreMailRepository

public static final class HashJavamailStoreMailRepository.HasherOutputStream
extends java.io.OutputStream


Constructor Summary
HashJavamailStoreMailRepository.HasherOutputStream()
           
 
Method Summary
 int getHash()
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashJavamailStoreMailRepository.HasherOutputStream

public HashJavamailStoreMailRepository.HasherOutputStream()
Method Detail

write

public void write(int b)
           throws java.io.IOException
Specified by:
write in class java.io.OutputStream
Throws:
java.io.IOException

getHash

public int getHash()


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.