Class ImageFile
java.lang.Object
svm.env.dataset.Dataset
svm.env.dataset.ImageFile
- Direct Known Subclasses:
Directfile, Infile, Outfile
ImageFile 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 fileintinimage(ObjectAddress chrAddr, int nchr) Reads a line from the underlying file into a character areavoidWrites outimage to the underlying fileMethods inherited from class Dataset
clfile, edFileType, toString
-
Field Details
-
imglng
int imglngThe image length
-
-
Constructor Details
-
ImageFile
-
-
Method Details
-
outimage
Writes outimage to the underlying file- Parameters:
image- the image string to be written
-
breakOutimage
Writes breakOutimage to the underlying file- Parameters:
image- the image string to be written
-
inimage
Reads a line from the underlying file into a character area- Parameters:
chrAddr- the start of the areanchr- the length of the area- Returns:
- the number of characters filled
-