Uses of Enum
com.blackhillsoftware.smf.SmfRecordReader.RecordFormat
Package
Description
Classes common to all SMF record types - see
SmfRecordReader
to get started reading SMF data.SmfRecordReader builders to create SmfRecordReaders using the Builder pattern
-
Uses of SmfRecordReader.RecordFormat in com.blackhillsoftware.smf
Modifier and TypeMethodDescriptionstatic SmfRecordReader.RecordFormat
Returns the enum constant of this type with the specified name.static SmfRecordReader.RecordFormat[]
SmfRecordReader.RecordFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic SmfRecordReader
SmfRecordReader.fromStream
(InputStream stream, SmfRecordReader.RecordFormat format) Create a new SmfRecordReader to read from an existing stream specifying the record format.static VRecordReader
VRecordReader.fromStream
(InputStream stream, SmfRecordReader.RecordFormat format) Create a new VRecordReader to read from an existing stream specifying the record format. -
Uses of SmfRecordReader.RecordFormat in com.blackhillsoftware.smf.readerbuilder
Modifier and TypeMethodDescriptionStreamReaderBuilder.recfm
(SmfRecordReader.RecordFormat recfm) Specify the record format for the data in this stream