Package qmwi.kseg.som.diagram
Class Aus
java.lang.Object
java.io.OutputStream
qmwi.kseg.som.diagram.Aus
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
public class Aus extends OutputStream
Insert the type's description here. Creation date: (14.12.2001 13:54:34)
-
Field Summary
Fields Modifier and Type Field Description static BufferedWriter
bw
String
string
-
Constructor Summary
Constructors Constructor Description Aus()
Insert the method's description here. -
Method Summary
Modifier and Type Method Description static void
a()
Insert the method's description here.static void
a(Object o)
Insert the method's description here.static void
a(String text, boolean o)
Insert the method's description here.static void
a(String text, char o)
Insert the method's description here.static void
a(String text, double o)
Insert the method's description here.static void
a(String text, double[] o)
Insert the method's description here.static void
a(String text, double[][] o)
Insert the method's description here.static void
a(String text, float o)
Insert the method's description here.static void
a(String text, int o)
Insert the method's description here.static void
a(String text, Object o)
Insert the method's description here.static void
a(String text, String[] o)
Insert the method's description here.static void
a(String text, Vector o)
Insert the method's description here.static void
ac()
Insert the method's description here.static void
ac(Object o)
Insert the method's description here.static void
ac(String text, boolean o)
Insert the method's description here.static void
ac(String text, char o)
Insert the method's description here.static void
ac(String text, double o)
Insert the method's description here.static void
ac(String text, double[][] o)
Insert the method's description here.static void
ac(String text, float o)
Insert the method's description here.static void
ac(String text, int o)
Insert the method's description here.static void
ac(String text, Object o)
Insert the method's description here.static void
closeWriter()
Insert the method's description here.static void
flushFile()
Insert the method's description here.static String
getStartingMethod()
Insert the method's description here.static String
m()
Insert the method's description here.static void
output(String text, String value, String startingMethod)
Insert the method's description here.static void
outputc(String text, String value, String startingMethod)
Insert the method's description here.static void
setWriter()
Insert the method's description here.String[]
splitString(String str, String split)
Insert the method's description here.void
write(int i)
Insert the method's description here.static void
writeln(String str)
Insert the method's description here.Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write, write
-
Field Details
-
bw
-
string
-
-
Constructor Details
-
Aus
public Aus()Insert the method's description here. Creation date: (14.12.2001 13:57:31)
-
-
Method Details
-
a
public static void a()Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
a
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
a
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
a
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
a
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
a
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
a
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
a
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
a
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
a
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
a
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
a
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
ac
public static void ac()Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
ac
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
ac
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
ac
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
ac
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
ac
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
ac
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
ac
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
ac
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
closeWriter
public static void closeWriter()Insert the method's description here. Creation date: (18.12.2001 16:10:15) -
flushFile
public static void flushFile()Insert the method's description here. Creation date: (18.12.2001 15:40:36)- Parameters:
bw
- java.io.BufferedWriterstr
- java.lang.String
-
getStartingMethod
Insert the method's description here. Creation date: (12.01.02 17:40:06)- Returns:
- java.lang.String
-
m
Insert the method's description here. Creation date: (14.12.2001 14:02:39) -
output
Insert the method's description here. Creation date: (19.12.2001 20:10:21)- Parameters:
str
- java.lang.String
-
outputc
Insert the method's description here. Creation date: (19.12.2001 20:10:21)- Parameters:
str
- java.lang.String
-
setWriter
public static void setWriter()Insert the method's description here. Creation date: (18.12.2001 16:07:32) -
splitString
Insert the method's description here. Creation date: (14.12.2001 14:33:25) -
write
public void write(int i)Insert the method's description here. Creation date: (14.12.2001 14:26:12)- Specified by:
write
in classOutputStream
- Parameters:
i
- int
-
writeln
Insert the method's description here. Creation date: (18.12.2001 15:40:36)- Parameters:
bw
- java.io.BufferedWriterstr
- java.lang.String
-