org.jumpmind.symmetric.transport
Class TransportUtils

java.lang.Object
  extended by org.jumpmind.symmetric.transport.TransportUtils

public class TransportUtils
extends java.lang.Object


Constructor Summary
TransportUtils()
           
 
Method Summary
static java.io.BufferedReader toReader(java.io.InputStream is)
           
static java.io.BufferedWriter toWriter(java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportUtils

public TransportUtils()
Method Detail

toReader

public static java.io.BufferedReader toReader(java.io.InputStream is)
                                       throws java.io.IOException
Throws:
java.io.IOException

toWriter

public static java.io.BufferedWriter toWriter(java.io.OutputStream os)
                                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007-2008. All Rights Reserved.