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 |
SmfRecordReader.fromDD(String dd)
Create a new SmfRecordReader to read from an allocated DD.
|
static SmfRecordReader |
SmfRecordReader.fromName(String name)
Create a new SmfRecordReader to read from a named file or dataset.
|
static SmfRecordReader |
SmfRecordReader.fromStream(InputStream stream)
Create a new SmfRecordReader to read from an existing stream.
|
static SmfRecordReader |
SmfRecordReader.fromStream(InputStream stream,
SmfRecordReader.RecordFormat format)
Create a new SmfRecordReader to read from an existing stream.
|
SmfRecordReader |
SmfRecordReader.include(int smftype)
Include all records of a particular SMF record type.
|
SmfRecordReader |
SmfRecordReader.include(int smftype,
int subtype)
Include records of a particular SMF record type and subtype.
|
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.