Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.voytechs.jnetstream.primitive.address.IpNumber

Uses of IpNumber in com.voytechs.jnetstream.primitive.address
 

Methods in com.voytechs.jnetstream.primitive.address with parameters of type IpNumber
 byte[] IpNumber.EOR(IpNumber b)
          This method EORs (Exclusive OR) IpNumber object to another IpNumber object.
 byte[] IpNumber.OR(IpNumber b)
          This method ORs IpNumber object to another IpNumber object.
 byte[] IpNumber.AND(IpNumber b)
          This method ANDs IpNumber object to another IpNumber object.
static int IpNumber.compare(IpNumber a, IpNumber b)
          Compare our byte values for IP address to the object's.
 

Constructors in com.voytechs.jnetstream.primitive.address with parameters of type IpNumber
IpNumber(IpNumber ip)
          Main constructor taking another IpNumber object