Package org.apache.cassandra.io.util
Class MemoryOutputStream
java.lang.Object
java.io.OutputStream
org.apache.cassandra.io.util.MemoryOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
This class provides a way to stream the writes into the
Memory-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write
-
Constructor Details
-
MemoryOutputStream
-
-
Method Details
-
write
public void write(int b) - Specified by:
writein classOutputStream
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-