|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
com.compoze.util.XorChecksumOutputStream
This class is an output stream that performs a simple xor checksum of all of the data that's being written.
Constructor Summary | |
XorChecksumOutputStream()
Constructor. |
Method Summary | |
long |
getChecksum()
Get the current value of the checksum. |
static void |
main(java.lang.String[] args)
Exerciser. |
void |
write(byte[] bytes)
Write an array of bytes. |
void |
write(byte[] bytes,
int iOffset,
int iLength)
Write an array of bytes. |
void |
write(int b)
Write a single byte. |
Methods inherited from class java.io.OutputStream |
close, flush |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XorChecksumOutputStream()
Method Detail |
public void write(int b)
b
- the byte to writepublic void write(byte[] bytes)
bytes
- the array to writepublic void write(byte[] bytes, int iOffset, int iLength)
bytes
- the array to writepublic long getChecksum()
public static void main(java.lang.String[] args)
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |