ch.panter.li.bi.asn.api
Interface BinaryValue

All Superinterfaces:
BinaryValueInfo
All Known Implementing Classes:
AsnBitString, AsnOctetString

public interface BinaryValue
extends BinaryValueInfo


Method Summary
 void assign(BinaryValue other)
           
 void setContent(byte[] content)
           
 
Methods inherited from interface ch.panter.li.bi.asn.api.BinaryValueInfo
getContent
 

Method Detail

setContent

void setContent(byte[] content)

assign

void assign(BinaryValue other)


Copyright 2007-2007 SourceForge. All Rights Reserved.