public class InformationOutputStream extends DigestOutputStream
out| Constructor and Description |
|---|
InformationOutputStream(OutputStream pStream,
MessageDigest pDigest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHexDigest() |
long |
getSize() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
getMessageDigest, on, setMessageDigest, toStringclose, flush, writepublic InformationOutputStream(OutputStream pStream, MessageDigest pDigest)
public String getHexDigest()
public void write(byte[] b,
int off,
int len)
throws IOException
write in class DigestOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class DigestOutputStreamIOExceptionpublic long getSize()
Copyright © 2014. All rights reserved.