Package | Description |
---|---|
com.blackhillsoftware.smf |
Classes common to all SMF record types - see
SmfRecordReader
to get started reading SMF data. |
Modifier and Type | Method and Description |
---|---|
static SmfRecordReader.RecordFormat |
SmfRecordReader.RecordFormat.valueOf(String name)
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 Type | Method and Description |
---|---|
static SmfRecordReader |
SmfRecordReader.fromStream(InputStream stream,
SmfRecordReader.RecordFormat format)
Create a new SmfRecordReader to read from an existing stream.
|
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.