|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
com.caucho.vfs.TempOutputStream
com.caucho.distcache.cluster.TempDigestOutputStream
public class TempDigestOutputStream
Manages the backing for the file store.
| Method Summary | |
|---|---|
void |
close()
|
byte[] |
getDigest()
|
static java.lang.String |
hashToString(byte[] hash)
|
void |
write(byte[] buffer,
int offset,
int length)
|
void |
write(int ch)
|
| Methods inherited from class com.caucho.vfs.TempOutputStream |
|---|
clear, destroy, flush, getHead, getInputStream, getLength, getTail, openInputStream, openInputStreamNoFree, openRead, readAll, readAll, toByteArray, write, writeToStream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String hashToString(byte[] hash)
public byte[] getDigest()
public void write(int ch)
write in class TempOutputStream
public void write(byte[] buffer,
int offset,
int length)
write in class TempOutputStreampublic void close()
close in interface java.io.Closeableclose in class TempOutputStream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||