com.jproxy.proxy.server
Class ServerHelper

java.lang.Object
  extended bycom.jproxy.proxy.server.ServerHelper

public class ServerHelper
extends java.lang.Object


Constructor Summary
ServerHelper()
           
 
Method Summary
static java.lang.String file2String(java.lang.String fileName)
           
static void string2File(java.lang.String fileName, java.lang.String str, boolean append)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerHelper

public ServerHelper()
Method Detail

string2File

public static void string2File(java.lang.String fileName,
                               java.lang.String str,
                               boolean append)
                        throws java.io.IOException
Throws:
java.io.IOException

file2String

public static java.lang.String file2String(java.lang.String fileName)
                                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © JProxy LLC. All Rights Reserved.