public class Block extends java.lang.Object
long[]
v
Block()
void
copyBlock(Block other)
fromBytes(byte[] input)
byte[]
toBytes()
java.lang.String
toString()
xor(Block b1, Block b2)
xor(Block b1, Block b2, Block b3)
xorWith(Block other)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public long[] v
public Block()
public void fromBytes(byte[] input)
public byte[] toBytes()
public void copyBlock(Block other)
public void xor(Block b1, Block b2)
public void xor(Block b1, Block b2, Block b3)
public void xorWith(Block other)
public java.lang.String toString()
toString
java.lang.Object