sync4j.exchange.util
Class SourceUtils

java.lang.Object
  extended bysync4j.exchange.util.SourceUtils

public class SourceUtils
extends java.lang.Object


Constructor Summary
SourceUtils()
           
 
Method Summary
static java.lang.String handleLineDelimiting(java.lang.String content)
          This method is used to replace the String "=\r\n" with the String "\r\n ": This replace is necessary because the are devices that doesn't sent the correct line delimiting for long line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceUtils

public SourceUtils()
Method Detail

handleLineDelimiting

public static java.lang.String handleLineDelimiting(java.lang.String content)
This method is used to replace the String "=\r\n" with the String "\r\n ": This replace is necessary because the are devices that doesn't sent the correct line delimiting for long line.

Parameters:
content - the input content
Returns:
the input content with property handling long line


Copyright © 2003-2005 Sync4j.