net.sourceforge.barbecue.linear.code128
Class CharBuffer

java.lang.Object
  extended by net.sourceforge.barbecue.linear.code128.CharBuffer

public final class CharBuffer
extends Object


Constructor Summary
CharBuffer(int size)
           
 
Method Summary
 void addChar(char c)
           
 void clear()
           
 boolean isFull()
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CharBuffer

public CharBuffer(int size)
Method Detail

size

public int size()

addChar

public void addChar(char c)

isFull

public boolean isFull()

toString

public String toString()
Overrides:
toString in class Object

clear

public void clear()


Copyright © 2003-2011 barbecue.sourceforge.net. All Rights Reserved.