org.lastbamboo.common.ice
Class IceTieBreaker

java.lang.Object
  extended by org.lastbamboo.common.ice.IceTieBreaker

public class IceTieBreaker
extends Object

Class that handled ICE tie breakers.


Constructor Summary
IceTieBreaker()
          Creates a new tie breaker.
 
Method Summary
 byte[] toByteArray()
          Accessor for the tie breaker bytes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IceTieBreaker

public IceTieBreaker()
Creates a new tie breaker.

Method Detail

toByteArray

public byte[] toByteArray()
Accessor for the tie breaker bytes.

Returns:
The tie breaker as a byte array.


Copyright © 2013 LittleShoot. All Rights Reserved.