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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesEncoder
public PropertiesEncoder(java.util.Properties prop)
PropertiesEncoder
public PropertiesEncoder(java.lang.String stringValue)
throws java.io.IOException
getProperties
public java.util.Properties getProperties()
getStringValue
public java.lang.String getStringValue()