Uses of Class
com.blackhillsoftware.smf.VRecordReader
Packages that use 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
Methods in com.blackhillsoftware.smf that return VRecordReaderModifier and TypeMethodDescriptionstatic VRecordReaderCreate a new VRecordReader to read from an allocated DD.static VRecordReaderCreate a new VRecordReader to read from a named file or dataset.static VRecordReaderVRecordReader.fromStream(InputStream stream) Create a new VRecordReader to read from an existing stream.static VRecordReaderVRecordReader.fromStream(InputStream stream, SmfRecordReader.RecordFormat format) Create a new VRecordReader to read from an existing stream specifying the record format.