Utility {Streamer} | R Documentation |
Utility
is a virtual class containing components to create
light weight Consumer
classes.
RawToChar
is a class to convert raw
(binary) records to
char
, applying rawToChar
to each record.
Rev
reverses the order of current task.
RawToChar(...) Rev(...)
... |
Arguments passed to the
|
Use constructors RawToChar
, Rev
.
See Consumer
Methods.
Internal fields of this class are are described with, e.g.,
getRefClass("Utility")$fields
.
Internal methods of this class are described with
getRefClass("Utility")$methods()
and
getRefClass("Utility")$help()
.
Martin Morgan mtmorgan@fhcrc.org
Streamer-package
, Consumer-class
,
Streamer-class
.
showClass("Utility")