Closeable, Flushable, AutoCloseablepublic class DigestOutputStream extends OutputStream
| Modifier and Type | Field | Description |
|---|---|---|
protected static boolean |
isDebugEnabled |
|
protected static org.slf4j.Logger |
log |
| Constructor | Description |
|---|---|
DigestOutputStream(MessageDigest messageDigest) |
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getDigestValue() |
|
void |
write(byte[] arg0) |
|
void |
write(byte[] arg0,
int arg1,
int arg2) |
|
void |
write(int arg0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, flushprotected static final transient org.slf4j.Logger log
protected static final transient boolean isDebugEnabled
public DigestOutputStream(MessageDigest messageDigest)
public void write(byte[] arg0)
write in class OutputStreampublic void write(int arg0)
write in class OutputStreampublic void write(byte[] arg0,
int arg1,
int arg2)
write in class OutputStreampublic byte[] getDigestValue()
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.