uk.me.parabola.imgfmt.app.labelenc
Class DecodedText

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.labelenc.DecodedText

public class DecodedText
extends java.lang.Object

Holds information about a label that has been read in from an img file.

Author:
Steve Ratcliffe

Constructor Summary
DecodedText(byte[] ba, java.nio.charset.Charset charSet)
           
 
Method Summary
 int getOffsetAdjustment()
           
 java.lang.String getText()
           
 void setOffsetAdjustment(int offsetAdjustment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecodedText

public DecodedText(byte[] ba,
                   java.nio.charset.Charset charSet)
Method Detail

getText

public java.lang.String getText()

getOffsetAdjustment

public int getOffsetAdjustment()

setOffsetAdjustment

public void setOffsetAdjustment(int offsetAdjustment)