Package org.apache.storm.utils
Class CRC32OutputStream
java.lang.Object
java.io.OutputStream
org.apache.storm.utils.CRC32OutputStream
- All Implemented Interfaces:
- Closeable,- Flushable,- AutoCloseable
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.io.OutputStreamclose, flush, nullOutputStream, write
- 
Constructor Details- 
CRC32OutputStreampublic CRC32OutputStream()
 
- 
- 
Method Details- 
getValuepublic long getValue()
- 
write- Specified by:
- writein class- OutputStream
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
 
-