com.voytechs.jnetstream.primitive
Interface MutablePrimitive

All Known Implementing Classes:
AbstractAddressPrimitive, AbstractNumberPrimitive, AbstractStringPrimitive, AbstractTimePrimitive, AddressPrimitive, BytePrimitive, DNSNamePrimitive, HexdumpPrimitive, IntPrimitive, IpAddressPrimitive, IpNetmaskPrimitive, LongPrimitive, MacAddressPrimitive, ShortPrimitive, StringPrimitive, TimePrimitive

public interface MutablePrimitive


Method Summary
 void setCustom(Primitive custom)
           
 void setSize(int size)
           
 void setValue(java.lang.Object value)
           
 

Method Detail

setValue

void setValue(java.lang.Object value)

setSize

void setSize(int size)
             throws PrimitiveException
Throws:
PrimitiveException

setCustom

void setCustom(Primitive custom)