Groovy Documentation

org.linkedin.glu.commands.impl
[Groovy] Class MemoryStreamStorage

java.lang.Object
  org.linkedin.glu.commands.impl.AbstractCommandStreamStorage
      org.linkedin.glu.commands.impl.MemoryStreamStorage

class MemoryStreamStorage
extends AbstractCommandStreamStorage

Authors:
yan@pongasoft.com


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)

 
Methods inherited from class AbstractCommandStreamStorage
asyncCaptureIO, findStorageInput, findStorageInput, findStorageInputWithSize, syncCaptureIO, withOrWithoutStorageInput, withOrWithoutStorageInput, withOrWithoutStorageInputWithSize, withOrWithoutStorageOutput, withStorageInputWithSize
 

Property Detail

stderr

java.io.ByteArrayOutputStream stderr


stdin

java.io.ByteArrayOutputStream stdin


stdout

java.io.ByteArrayOutputStream stdout


 
Method Detail

findByteArrayOutputStream

java.io.ByteArrayOutputStream findByteArrayOutputStream(StreamType type)


findStorageInputWithSize

@Override
java.lang.Object findStorageInputWithSize(StreamType type)


findStorageOutput

@Override
java.io.OutputStream findStorageOutput(StreamType streamType)


 

Groovy Documentation