org.jbehave.web.runner.context
Class StoryOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.ByteArrayOutputStream
          extended by org.jbehave.web.runner.context.StoryOutputStream
All Implemented Interfaces:
Closeable, Flushable, Serializable

public class StoryOutputStream
extends ByteArrayOutputStream
implements Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.ByteArrayOutputStream
buf, count
 
Constructor Summary
StoryOutputStream()
           
 
Method Summary
 
Methods inherited from class java.io.ByteArrayOutputStream
close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo
 
Methods inherited from class java.io.OutputStream
flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoryOutputStream

public StoryOutputStream()


Copyright © 2012. All Rights Reserved.