org.mule.config
Class ReaderInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.mule.config.ReaderInputStream
All Implemented Interfaces:
Closeable

public class ReaderInputStream
extends InputStream


Constructor Summary
ReaderInputStream(Reader reader)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderInputStream

public ReaderInputStream(Reader reader)
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException
See Also:
InputStream.read()


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.