hudson.plugins.accurev
Class ByteArrayStream

java.lang.Object
  extended by hudson.plugins.accurev.ByteArrayStream
All Implemented Interfaces:
Closeable

public class ByteArrayStream
extends Object
implements Closeable

Simple class to capture the output of something, and then allow that output to be read.


Constructor Summary
ByteArrayStream()
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayStream

public ByteArrayStream()
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.