Package VASSAL.tools
Class PropertiesEncoder
java.lang.Object
VASSAL.tools.PropertiesEncoder
public class PropertiesEncoder extends Object
Encodes a set of properties into a String, without using an '\n' character.
-
Constructor Summary
Constructors Constructor Description PropertiesEncoder(String stringValue)
PropertiesEncoder(Properties prop)
-
Method Summary
Modifier and Type Method Description Properties
getProperties()
String
getStringValue()
String
toString()
-
Constructor Details
-
PropertiesEncoder
-
PropertiesEncoder
- Throws:
IOException
-
-
Method Details