be.jvb.iptypes

class IpNetworkMask

[source: be/jvb/iptypes/IpNetworkMask.scala]

class IpNetworkMask(val override value : Long)
extends IpAddress
Represents an IPv4 network mask.
Author
Jan Van Besien
Additional Constructor Summary
def this (address : java.lang.String) : IpNetworkMask
Values and Variables inherited from be.jvb.iptypes.SmallByteArray
be.jvb.iptypes.SmallByteArray.maxValue
Method Summary
def prefixLength : Int
Methods inherited from IpAddress
nBytes, radix, +, -, toInetAddress
Methods inherited from be.jvb.iptypes.SmallByteArray
be.jvb.iptypes.SmallByteArray.zeroPaddingUpTo, be.jvb.iptypes.SmallByteArray.toIntArray, be.jvb.iptypes.SmallByteArray.toByteArray, be.jvb.iptypes.SmallByteArray.compare, be.jvb.iptypes.SmallByteArray.equals, be.jvb.iptypes.SmallByteArray.canEqual, be.jvb.iptypes.SmallByteArray.hashCode, be.jvb.iptypes.SmallByteArray.toString
Methods inherited from scala.Ordered
scala.Ordered.<, scala.Ordered.>, scala.Ordered.<=, scala.Ordered.>=, scala.Ordered.compareTo
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Additional Constructor Details
def this(address : java.lang.String) : IpNetworkMask

Method Details
def prefixLength : Int


Copyright (c) 2010. All Rights Reserved.