org.opengroup.arm3.transaction

Interface ArmToken

public interface ArmToken

Method Summary
booleancopyBytes(byte[] dest)
booleancopyBytes(byte[] dest, int offset)
byte[]getBytes()
intgetLength()

Method Detail

copyBytes

public boolean copyBytes(byte[] dest)

copyBytes

public boolean copyBytes(byte[] dest, int offset)

getBytes

public byte[] getBytes()

getLength

public int getLength()