Package org.jumpmind.symmetric.transport
Class TransportUtils
java.lang.Object
org.jumpmind.symmetric.transport.TransportUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertNodeToProperties
(Node node, Map<String, String> prop) static Node
convertPropertiesToNode
(Map<String, String> prop) static String
static BufferedReader
toReader
(InputStream is) static BufferedWriter
toWriter
(OutputStream os)
-
Constructor Details
-
TransportUtils
public TransportUtils()
-
-
Method Details
-
toReader
-
toWriter
-
toCSV
-
convertPropertiesToNode
- Throws:
IOException
-
convertNodeToProperties
-