com.caucho.server.cluster
Class TempDigestOutputStream
java.lang.Object
java.io.OutputStream
com.caucho.vfs.TempOutputStream
com.caucho.server.cluster.TempDigestOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
public class TempDigestOutputStream
- extends TempOutputStream
Manages the backing for the file store.
| Methods inherited from class java.io.OutputStream |
write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hashToString
public static java.lang.String hashToString(byte[] hash)
getDigest
public byte[] getDigest()
write
public void write(int ch)
- Overrides:
write in class TempOutputStream
write
public void write(byte[] buffer,
int offset,
int length)
- Overrides:
write in class TempOutputStream
close
public void close()
throws java.io.IOException
- Specified by:
close in interface java.io.Closeable- Overrides:
close in class TempOutputStream
- Throws:
java.io.IOException