VASSAL.tools
Class PropertiesEncoder

java.lang.Object
  |
  +--VASSAL.tools.PropertiesEncoder

public class PropertiesEncoder
extends java.lang.Object

Encodes a set of properties into a String, without using a '\n' character


Constructor Summary
PropertiesEncoder(java.util.Properties prop)
           
PropertiesEncoder(java.lang.String stringValue)
           
 
Method Summary
 java.util.Properties getProperties()
           
 java.lang.String getStringValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesEncoder

public PropertiesEncoder(java.util.Properties prop)

PropertiesEncoder

public PropertiesEncoder(java.lang.String stringValue)
                  throws java.io.IOException
Method Detail

getProperties

public java.util.Properties getProperties()

getStringValue

public java.lang.String getStringValue()