Uses of Class
au.gov.tas.dpiwe.mr.util.MutableByte

Packages that use MutableByte
au.gov.tas.dpiwe.mr.util The au.gov.tas.dpiwe.mr.util package contains generally useful utility classes which, while being used to help code internal functions of the architecture, could be more widely applicable. 
 

Uses of MutableByte in au.gov.tas.dpiwe.mr.util
 

Subclasses of MutableByte in au.gov.tas.dpiwe.mr.util
 class ByteRange
          The ByteRange class represents a range of byte values.
 

Methods in au.gov.tas.dpiwe.mr.util that return MutableByte
 MutableByte MutableByte.setByte(byte b)
          Changes the byte primitive value of this MutableByte object.