avrora.sim
Interface Segment.Sharer

Enclosing interface:
Segment

public static interface Segment.Sharer

The Sharer interface must be implemented by a class that needs to share the underlying data representation for efficiency reasons. Whenever the reference to the underlying data is changed (i.e. the array is resized), the sharer will be notified and it must update its reference.


Method Summary
 void update(byte[] segment)
           
 

Method Detail

update

public void update(byte[] segment)