Class Outfile
java.lang.Object
svm.env.dataset.Dataset
svm.env.dataset.ImageFile
svm.env.dataset.Outfile
- Direct Known Subclasses:
Printfile
Outfile Bridge.
Link to GitHub: Source File.
- Author:
- Simula Standard, S-Port: The Environment Interface, Øystein Myhre Andersen
-
Field Summary
FieldsFields inherited from class Dataset
FIL_DIRECTBYTEFILE, FIL_DIRECTFILE, FIL_INBYTEFILE, FIL_INFILE, FIL_OUTBYTEFILE, FIL_OUTFILE, FIL_PRINTFILE, fileAction, fileName, fileType, KEY_SYSIN, KEY_SYSOUT, KEY_SYSTRACE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbreakOutimage(String image) Writes breakOutimage to the underlying filevoidclfile()Close the underlying filevoidWrites outimage to the underlying fileMethods inherited from class Dataset
edFileType, toString
-
Field Details
-
writer
FileWriter writerThe underlying Writer
-
-
Constructor Details
-
Outfile
-
-
Method Details
-
clfile
-
outimage
-
breakOutimage
Description copied from class:ImageFileWrites breakOutimage to the underlying file- Overrides:
breakOutimagein classImageFile- Parameters:
image- the image string to be written
-