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 SummaryFields Modifier and Type Field Description static BufferedWriterbwStringstring
- 
Constructor SummaryConstructors Constructor Description Aus()Insert the method's description here.
- 
Method SummaryModifier and Type Method Description static voida()Insert the method's description here.static voida(Object o)Insert the method's description here.static voida(String text, boolean o)Insert the method's description here.static voida(String text, char o)Insert the method's description here.static voida(String text, double o)Insert the method's description here.static voida(String text, double[] o)Insert the method's description here.static voida(String text, double[][] o)Insert the method's description here.static voida(String text, float o)Insert the method's description here.static voida(String text, int o)Insert the method's description here.static voida(String text, Object o)Insert the method's description here.static voida(String text, String[] o)Insert the method's description here.static voida(String text, Vector o)Insert the method's description here.static voidac()Insert the method's description here.static voidac(Object o)Insert the method's description here.static voidac(String text, boolean o)Insert the method's description here.static voidac(String text, char o)Insert the method's description here.static voidac(String text, double o)Insert the method's description here.static voidac(String text, double[][] o)Insert the method's description here.static voidac(String text, float o)Insert the method's description here.static voidac(String text, int o)Insert the method's description here.static voidac(String text, Object o)Insert the method's description here.static voidcloseWriter()Insert the method's description here.static voidflushFile()Insert the method's description here.static StringgetStartingMethod()Insert the method's description here.static Stringm()Insert the method's description here.static voidoutput(String text, String value, String startingMethod)Insert the method's description here.static voidoutputc(String text, String value, String startingMethod)Insert the method's description here.static voidsetWriter()Insert the method's description here.String[]splitString(String str, String split)Insert the method's description here.voidwrite(int i)Insert the method's description here.static voidwriteln(String str)Insert the method's description here.Methods inherited from class java.io.OutputStreamclose, flush, nullOutputStream, write, write
- 
Field Details- 
bw
- 
string
 
- 
- 
Constructor Details- 
Auspublic Aus()Insert the method's description here. Creation date: (14.12.2001 13:57:31)
 
- 
- 
Method Details- 
apublic static void a()Insert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
aInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
aInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
aInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
aInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
aInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
aInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
aInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
aInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
aInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
aInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
aInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
acpublic static void ac()Insert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
acInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
acInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
acInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
acInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
acInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
acInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
acInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
acInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
closeWriterpublic static void closeWriter()Insert the method's description here. Creation date: (18.12.2001 16:10:15)
- 
flushFilepublic static void flushFile()Insert the method's description here. Creation date: (18.12.2001 15:40:36)- Parameters:
- bw- java.io.BufferedWriter
- str- java.lang.String
 
- 
getStartingMethodInsert the method's description here. Creation date: (12.01.02 17:40:06)- Returns:
- java.lang.String
 
- 
mInsert the method's description here. Creation date: (14.12.2001 14:02:39)
- 
outputInsert the method's description here. Creation date: (19.12.2001 20:10:21)- Parameters:
- str- java.lang.String
 
- 
outputcInsert the method's description here. Creation date: (19.12.2001 20:10:21)- Parameters:
- str- java.lang.String
 
- 
setWriterpublic static void setWriter()Insert the method's description here. Creation date: (18.12.2001 16:07:32)
- 
splitStringInsert the method's description here. Creation date: (14.12.2001 14:33:25)
- 
writepublic void write(int i)Insert the method's description here. Creation date: (14.12.2001 14:26:12)- Specified by:
- writein class- OutputStream
- Parameters:
- i- int
 
- 
writelnInsert the method's description here. Creation date: (18.12.2001 15:40:36)- Parameters:
- bw- java.io.BufferedWriter
- str- java.lang.String
 
 
-