Class Inbytefile
java.lang.Object
svm.env.dataset.Dataset
svm.env.dataset.ByteFile
svm.env.dataset.Inbytefile
Inbytefile 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
ConstructorsConstructorDescriptionInbytefile(String fileName, int type, String action) Construct a new Inbytefile with the given arguments. -
Method Summary
Methods inherited from class Dataset
edFileType, toString
-
Field Details
-
inputStream
The InputStream used.
-
-
Constructor Details
-
Inbytefile
-
-
Method Details
-
clfile
-
inbyte
public int inbyte()Returns a byte from the underlying InputStream- Returns:
- a byte from the underlying InputStream
-