Class ExpandTab
Class ExpandTab
java.lang.Object
|
+----ExpandTab
- public class ExpandTab
- extends Object
@author Torbjörn Nilsson
-
TABSIZE
- This is the size of the tab (standard).
-
ExpandTab()
-
-
expand(String)
- Expand all "\t" chars in the given string to spaces.
-
main(String[])
-
-
space(int)
- Return a string consisting of the given nr of spaces.
TABSIZE
public final static int TABSIZE
- This is the size of the tab (standard).
ExpandTab
public ExpandTab()
space
public static String space(int i)
- Return a string consisting of the given nr of spaces.
expand
public static String expand(String s)
- Expand all "\t" chars in the given string to spaces.
main
public static void main(String a[])