| Package | Description |
|---|---|
| com.snmp4j.smi |
Provides classes and interfaces for parsing, compiling, loading,
and using Management Information Base (MIB) specifications written in Structure of
Management Information (SMI) version 1 and 2 with SNMP4J to format and parse SNMP data.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
SmiManager.compile(File textOrZipFile)
Compiles a MIB module from a given text or ZIP file.
|
String[] |
SmiManager.compile(NamedInputStream mibFile)
Compiles a MIB module from a given InputStream and returns the names
of the compiled MIB modules from the stream.
|
Copyright © 2015 SNMP4J.com. All Rights Reserved.