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.RecordFormatReturns 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 SmfRecordReaderSmfRecordReader.fromStream(InputStream stream, SmfRecordReader.RecordFormat format) Create a new SmfRecordReader to read from an existing stream specifying the record format.static VRecordReaderVRecordReader.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