com.sshtools.j2ssh.io
Class UnsignedInteger32
Number
com.sshtools.j2ssh.io.UnsignedInteger32
- Serializable
public class UnsignedInteger32
extends Number
implements Serializable
MAX_VALUE
public static final long MAX_VALUE
MIN_VALUE
public static final long MIN_VALUE
UnsignedInteger32
public UnsignedInteger32(String a)
throws NumberFormatException
Creates a new UnsignedInteger32 object.
UnsignedInteger32
public UnsignedInteger32(long a)
Creates a new UnsignedInteger32 object.
byteValue
public byte byteValue()
doubleValue
public double doubleValue()
equals
public boolean equals(Object o)
floatValue
public float floatValue()
hashCode
public int hashCode()
intValue
public int intValue()
longValue
public long longValue()
shortValue
public short shortValue()
toString
public String toString()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.