jebl.evolution.io
Class ByteBuilder

java.lang.Object
  extended by jebl.evolution.io.ByteBuilder
All Implemented Interfaces:
CharSequence

public class ByteBuilder
extends Object
implements CharSequence

Author:
Joseph Heled

Constructor Summary
ByteBuilder(int maxCapacity)
           
 
Method Summary
 ByteBuilder append(char c)
           
 char charAt(int index)
           
 int length()
           
 CharSequence subSequence(int start, int end)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ByteBuilder

public ByteBuilder(int maxCapacity)
Method Detail

append

public ByteBuilder append(char c)

length

public int length()
Specified by:
length in interface CharSequence

charAt

public char charAt(int index)
Specified by:
charAt in interface CharSequence

subSequence

public CharSequence subSequence(int start,
                                int end)
Specified by:
subSequence in interface CharSequence

toString

public String toString()
Specified by:
toString in interface CharSequence
Overrides:
toString in class Object