Searched defs:SnmpStringFixed (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpStringFixed.java44 public class SnmpStringFixed extends SnmpString { class in inherits:SnmpString
50 * Constructs a new <CODE>SnmpStringFixed</CODE> from the specified bytes array.
53 public SnmpStringFixed(byte[] v) { method in class:SnmpStringFixed
58 * Constructs a new <CODE>SnmpStringFixed</CODE> with the specified <CODE>Bytes</CODE> array.
61 public SnmpStringFixed(Byte[] v) { method in class:SnmpStringFixed
66 * Constructs a new <CODE>SnmpStringFixed</CODE> from the specified <CODE>String</CODE> value.
69 public SnmpStringFixed(String v) { method in class:SnmpStringFixed
74 * Constructs a new <CODE>SnmpStringFixed</CODE> from the specified <CODE>bytes</CODE> array
80 public SnmpStringFixed(int l, byte[] v) throws IllegalArgumentException { method in class:SnmpStringFixed
95 * Constructs a new <CODE>SnmpStringFixed</COD
101 public SnmpStringFixed(int l, Byte[] v) throws IllegalArgumentException { method in class:SnmpStringFixed
122 public SnmpStringFixed(int l, String s) throws IllegalArgumentException { method in class:SnmpStringFixed
[all...]

Completed in 37 milliseconds