com.cwctravel.hudson.plugins.suitegroupedtests.junit.io
Class StringReaderWriter

java.lang.Object
  extended by com.cwctravel.hudson.plugins.suitegroupedtests.junit.io.StringReaderWriter
All Implemented Interfaces:
ReaderWriter

public class StringReaderWriter
extends java.lang.Object
implements ReaderWriter


Constructor Summary
StringReaderWriter()
           
StringReaderWriter(char[] data, int offset, int length)
           
 
Method Summary
 java.io.Reader getReader()
           
 java.io.Writer getWriter()
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringReaderWriter

public StringReaderWriter()

StringReaderWriter

public StringReaderWriter(char[] data,
                          int offset,
                          int length)
                   throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getReader

public java.io.Reader getReader()
                         throws java.io.IOException
Specified by:
getReader in interface ReaderWriter
Throws:
java.io.IOException

getWriter

public java.io.Writer getWriter()
                         throws java.io.IOException
Specified by:
getWriter in interface ReaderWriter
Throws:
java.io.IOException

release

public void release()
             throws java.io.IOException
Specified by:
release in interface ReaderWriter
Throws:
java.io.IOException


Copyright © 2004-2012. All Rights Reserved.