|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.commands.impl.AbstractCommandStreamStorage
org.linkedin.glu.commands.impl.MemoryStreamStorage
class MemoryStreamStorage extends AbstractCommandStreamStorage
Field Summary |
---|
Fields inherited from class AbstractCommandStreamStorage | |
---|---|
MODULE, log |
Property Summary | |
---|---|
java.io.ByteArrayOutputStream |
stderr
|
java.io.ByteArrayOutputStream |
stdin
|
java.io.ByteArrayOutputStream |
stdout
|
Method Summary | |
---|---|
java.io.ByteArrayOutputStream
|
findByteArrayOutputStream(StreamType type)
|
java.lang.Object
|
findStorageInputWithSize(StreamType type)
|
java.io.OutputStream
|
findStorageOutput(StreamType streamType)
|
Property Detail |
---|
java.io.ByteArrayOutputStream stderr
java.io.ByteArrayOutputStream stdin
java.io.ByteArrayOutputStream stdout
Method Detail |
---|
java.io.ByteArrayOutputStream findByteArrayOutputStream(StreamType type)
@Override java.lang.Object findStorageInputWithSize(StreamType type)
@Override java.io.OutputStream findStorageOutput(StreamType streamType)
Groovy Documentation