public static class RMS.RMS_IO
extends java.lang.Object
Constructor and Description |
---|
RMS_IO() |
Modifier and Type | Method and Description |
---|---|
FAB |
getFAB()
Get FAB block.
|
RAB |
getRAB()
Get RAB block.
|
VMSLibrary.Result<java.lang.Void> |
SYS$CLOSE()
Call SYS$CLOSE to close file.
|
VMSLibrary.Result<java.lang.Void> |
SYS$CONNECT()
Call SYS$CONNECT to connect to file.
|
VMSLibrary.Result<java.lang.Void> |
SYS$DISCONNECT()
Call SYS$DISCONNECT to disconnect from file.
|
VMSLibrary.Result<java.lang.Void> |
SYS$DISPLAY()
Call SYS$DISPLAY to retrieve file attributes.
|
VMSLibrary.Result<byte[]> |
SYS$GET_Bytes()
Call SYS$GET to get record as byte array.
|
VMSLibrary.Result<java.lang.String> |
SYS$GET_String()
Call SYS$GET to get record as string.
|
VMSLibrary.Result<java.lang.Void> |
SYS$OPEN_Read(java.lang.String fnm)
Call SYS$OPEN to open file for read.
|
public VMSLibrary.Result<java.lang.Void> SYS$OPEN_Read(java.lang.String fnm) throws java.io.UnsupportedEncodingException, dk.vajhoej.record.RecordException
fnm
- filenamejava.io.UnsupportedEncodingException
- if problem with filename and char setdk.vajhoej.record.RecordException
- if internal errorpublic VMSLibrary.Result<java.lang.Void> SYS$DISPLAY() throws java.io.UnsupportedEncodingException, dk.vajhoej.record.RecordException
java.io.UnsupportedEncodingException
- if problem with filename and char setdk.vajhoej.record.RecordException
- if internal errorpublic VMSLibrary.Result<java.lang.Void> SYS$CONNECT() throws java.io.UnsupportedEncodingException, dk.vajhoej.record.RecordException
java.io.UnsupportedEncodingException
- if problem with filename and char setdk.vajhoej.record.RecordException
- if internal errorpublic VMSLibrary.Result<byte[]> SYS$GET_Bytes() throws java.io.UnsupportedEncodingException, dk.vajhoej.record.RecordException
java.io.UnsupportedEncodingException
- if problem with filename and char setdk.vajhoej.record.RecordException
- if internal errorpublic VMSLibrary.Result<java.lang.String> SYS$GET_String() throws java.io.UnsupportedEncodingException, dk.vajhoej.record.RecordException
java.io.UnsupportedEncodingException
- if problem with filename and char setdk.vajhoej.record.RecordException
- if internal errorpublic VMSLibrary.Result<java.lang.Void> SYS$DISCONNECT() throws java.io.UnsupportedEncodingException, dk.vajhoej.record.RecordException
java.io.UnsupportedEncodingException
- if problem with filename and char setdk.vajhoej.record.RecordException
- if internal errorpublic VMSLibrary.Result<java.lang.Void> SYS$CLOSE() throws java.io.UnsupportedEncodingException, dk.vajhoej.record.RecordException
java.io.UnsupportedEncodingException
- if problem with filename and char setdk.vajhoej.record.RecordException
- if internal errorpublic FAB getFAB()
public RAB getRAB()