allocateBuffer(size_t length) | StreamInfo | |
append | StreamInfo | protected |
appendVariableLine(RexxArrayObject r) | StreamInfo | |
arrayin(RexxArrayObject r) | StreamInfo | |
binaryRecordLength | StreamInfo | protected |
bufferAddress | StreamInfo | protected |
bufferLength | StreamInfo | protected |
charin(bool setPosition, int64_t position, size_t read_length) | StreamInfo | |
charout(RexxStringObject data, bool setPosition, int64_t position) | StreamInfo | |
charReadPosition | StreamInfo | protected |
chars() | StreamInfo | |
charWritePosition | StreamInfo | protected |
checkEof() | StreamInfo | |
checkStreamType() | StreamInfo | |
close() | StreamInfo | |
completeLine(size_t writeLength) | StreamInfo | |
context | StreamInfo | protected |
countStreamLines(int64_t currentLinePosition, int64_t currentPosition) | StreamInfo | |
DefaultBufferSize enum value | StreamInfo | |
defaultResult | StreamInfo | protected |
eof(RexxObjectPtr) | StreamInfo | |
eof() | StreamInfo | |
errorInfo | StreamInfo | protected |
extendBuffer(size_t &length) | StreamInfo | |
fileInfo | StreamInfo | protected |
freeBuffer() | StreamInfo | |
getDefaultBuffer(size_t &length) | StreamInfo | |
getDescription() | StreamInfo | |
getLineReadPosition() | StreamInfo | |
getLineSize() | StreamInfo | |
getLineWritePosition() | StreamInfo | |
getQualifiedName() | StreamInfo | |
getState() | StreamInfo | |
getStreamSize() | StreamInfo | |
getStreamType() | StreamInfo | |
getTimeStamp() | StreamInfo | |
handleOpen(const char *options) | StreamInfo | |
implicitOpen(int type) | StreamInfo | |
isopen | StreamInfo | protected |
last_op_was_read | StreamInfo | protected |
LineBuffer class | StreamInfo | friend |
linein(bool setPosition, int64_t position, size_t count) | StreamInfo | |
lineout(RexxStringObject data, bool setPosition, int64_t position) | StreamInfo | |
lineReadCharPosition | StreamInfo | protected |
lineReadIncrement() | StreamInfo | |
lineReadPosition | StreamInfo | protected |
lines(bool quick) | StreamInfo | |
lineWriteCharPosition | StreamInfo | protected |
lineWritePosition | StreamInfo | protected |
nobuffer | StreamInfo | protected |
notreadyError() | StreamInfo | |
notreadyError(int error_code, RexxObjectPtr result=NULL) | StreamInfo | |
open(int openFlags, int openMode, int sharedFlag) | StreamInfo | |
opened_as_handle | StreamInfo | protected |
openStd(const char *options) | StreamInfo | |
qualified_name | StreamInfo | protected |
queryHandle() | StreamInfo | |
queryLinePosition(int64_t current_position) | StreamInfo | |
queryStreamPosition(const char *options) | StreamInfo | |
raiseException(int err) | StreamInfo | |
raiseException(int err, RexxObjectPtr sub1) | StreamInfo | |
raiseException(int err, RexxObjectPtr sub1, RexxObjectPtr sub2) | StreamInfo | |
raiseException(int err, RexxObjectPtr sub1, RexxObjectPtr sub2, RexxObjectPtr sub3) | StreamInfo | |
raiseException(int err, RexxObjectPtr sub1, RexxObjectPtr sub2, RexxObjectPtr sub3, RexxObjectPtr sub4) | StreamInfo | |
raiseException(int err, RexxObjectPtr sub1, RexxObjectPtr sub2, RexxObjectPtr sub3, RexxObjectPtr sub4, RexxObjectPtr sub5) | StreamInfo | |
read_only | StreamInfo | protected |
read_write | StreamInfo | protected |
readBuffer(char *data, size_t length, size_t &bytesRead) | StreamInfo | |
readForwardByLine(int64_t offset, int64_t ¤t_line, int64_t ¤t_position) | StreamInfo | |
readLine(char *buffer, size_t length, bool update_position) | StreamInfo | |
readSetup() | StreamInfo | |
readVariableLine() | StreamInfo | |
record_based | StreamInfo | protected |
resetFields() | StreamInfo | |
resetLinePositions() | StreamInfo | |
resolveStreamName() | StreamInfo | |
seekLinePosition(int64_t offset, int direction, int64_t ¤t_line, int64_t ¤t_position) | StreamInfo | |
seekToVariableLine(int64_t offset, int64_t ¤t_line, int64_t ¤t_position) | StreamInfo | |
self | StreamInfo | protected |
setCharReadPosition(int64_t position) | StreamInfo | |
setCharWritePosition(int64_t position) | StreamInfo | |
setContext(RexxMethodContext *c, RexxObjectPtr d) | StreamInfo | inline |
setHandle(int fh) | StreamInfo | |
setLinePosition(int64_t new_line, int64_t ¤t_line, int64_t ¤t_position) | StreamInfo | |
setLinePositions() | StreamInfo | |
setLineReadPosition(int64_t position) | StreamInfo | |
setLineWritePosition(int64_t position) | StreamInfo | |
setPosition(int64_t position, int64_t &newPosition) | StreamInfo | |
setPosition(int64_t offset, int style, int64_t &newPosition) | StreamInfo | |
setReadPosition(int64_t position) | StreamInfo | |
setStandard() | StreamInfo | inline |
setWritePosition(int64_t position) | StreamInfo | |
size() | StreamInfo | |
state | StreamInfo | protected |
stdstream | StreamInfo | protected |
stream_line_size | StreamInfo | protected |
stream_name | StreamInfo | protected |
streamClose() | StreamInfo | |
StreamEof enum value | StreamInfo | |
StreamError enum value | StreamInfo | |
streamExists() | StreamInfo | |
streamFlush() | StreamInfo | |
StreamInfo(RexxObjectPtr s, const char *inputName) | StreamInfo | |
StreamNotready enum value | StreamInfo | |
streamOpen(const char *options) | StreamInfo | |
streamPosition(const char *options) | StreamInfo | |
StreamReady enum value | StreamInfo | |
StreamState enum name | StreamInfo | |
StreamUnknown enum value | StreamInfo | |
transient | StreamInfo | protected |
write_only | StreamInfo | protected |
writeBuffer(const char *data, size_t length, size_t &bytesWritten) | StreamInfo | |
writeFixedLine(const char *data, size_t length) | StreamInfo | |
writeLine(const char *data, size_t length, size_t &bytesWritten) | StreamInfo | |
writeSetup() | StreamInfo | |