|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.apache.cassandra.io.util.MemoryOutputStream
public class MemoryOutputStream
This class provides a way to stream the writes into the Memory
Constructor Summary | |
---|---|
MemoryOutputStream(com.sun.jna.Memory mem)
|
Method Summary | |
---|---|
int |
position()
|
void |
write(int b)
|
Methods inherited from class java.io.OutputStream |
---|
close, flush, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemoryOutputStream(com.sun.jna.Memory mem)
Method Detail |
---|
public void write(int b)
write
in class java.io.OutputStream
public int position()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |