|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
es.prodevelop.gvsig.mobile.fmap.util.md5.MD5OutputStream
* Modfied By: * Prodevelop Integración de Tecnologías SL * Conde Salvatierra de Álava , 34-10 * 46004 Valencia * Spain * * +34 963 510 612 * +34 963 510 968 * gis@prodevelop.es * http://www.prodevelop.es * * gvSIG Mobile Team 2006 * *
Constructor Summary | |
MD5OutputStream(java.io.OutputStream out)
Creates MD5OutputStream |
Method Summary | |
MD5 |
getMD5()
|
byte[] |
hash()
Returns array of bytes representing hash of the stream as finalized for the current state. |
void |
write(byte[] b,
int off,
int len)
Writes a sub array of bytes. |
void |
write(int b)
Writes a byte. |
Methods inherited from class java.io.FilterOutputStream |
close, flush, write |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MD5OutputStream(java.io.OutputStream out)
out
- The output streamMethod Detail |
public void write(int b) throws java.io.IOException
java.io.IOException
FilterOutputStream
public void write(byte[] b, int off, int len) throws java.io.IOException
java.io.IOException
FilterOutputStream
public byte[] hash()
MD5.Final()
public MD5 getMD5()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |