org.mymedialite.io
Class Constants

java.lang.Object
  extended by org.mymedialite.io.Constants

public class Constants
extends java.lang.Object

Static class containing constants used by the MyMediaLite Input/Output routines.


Field Summary
static java.lang.String SPLIT_CHARS
          Regular expression used for splitting tab/whitespace/comma separated fields.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPLIT_CHARS

public static final java.lang.String SPLIT_CHARS
Regular expression used for splitting tab/whitespace/comma separated fields. The fields can be divided by either: - a tab - a space - a comma - a semicolon - two colons (i.e. "::") with zero or more additional spaces on either side.

See Also:
Constant Field Values