|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
es.prodevelop.gvsig.mobile.fmap.util.md5.MD5InputStream
* 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 | |
MD5InputStream(java.io.InputStream in)
Creates a MD5InputStream |
Method Summary | |
MD5 |
getMD5()
|
byte[] |
hash()
Returns array of bytes representing hash of the stream as finalized for the current state. |
int |
read()
Read a byte of data. |
int |
read(byte[] bytes,
int offset,
int length)
Reads into an array of bytes. |
Methods inherited from class java.io.FilterInputStream |
available, close, mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MD5InputStream(java.io.InputStream in)
in
- The input streamMethod Detail |
public int read() throws java.io.IOException
java.io.IOException
FilterInputStream
public int read(byte[] bytes, int offset, int length) throws java.io.IOException
java.io.IOException
FilterInputStream
public byte[] hash()
MD5.Final()
public MD5 getMD5()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |