Uses of Enum
com.blackhillsoftware.smf.SmfRecordReader.RecordFormat
Packages that use 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
Methods in com.blackhillsoftware.smf that return SmfRecordReader.RecordFormatModifier 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.Methods in com.blackhillsoftware.smf with parameters of type SmfRecordReader.RecordFormatModifier 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
Methods in com.blackhillsoftware.smf.readerbuilder with parameters of type SmfRecordReader.RecordFormatModifier and TypeMethodDescriptionStreamReaderBuilder.recfm
(SmfRecordReader.RecordFormat recfm) Specify the record format for the data in this stream