Uses of Class
com.blackhillsoftware.smf.VRecordReader
Package
Description
Classes common to all SMF record types - see
SmfRecordReader
to get started reading SMF data.-
Uses of VRecordReader in com.blackhillsoftware.smf
Modifier and TypeMethodDescriptionstatic VRecordReader
Create a new VRecordReader to read from an allocated DD.static VRecordReader
Create a new VRecordReader to read from a named file or dataset.static VRecordReader
VRecordReader.fromStream
(InputStream stream) Create a new VRecordReader to read from an existing stream.static VRecordReader
VRecordReader.fromStream
(InputStream stream, SmfRecordReader.RecordFormat format) Create a new VRecordReader to read from an existing stream specifying the record format.