Service Activator Toolkit
Version 1.1.0 (20081206)

Uses of Interface
org.eclipse.soda.sat.core.framework.interfaces.ICharBuffer

Packages that use ICharBuffer
org.eclipse.soda.sat.core.framework.interfaces This package contains interfaces that support the SAT implementation classes. 
org.eclipse.soda.sat.core.util This package contains a mixed bag of utility classes that are used by SAT, but might be of use to bundle developers. 
 

Uses of ICharBuffer in org.eclipse.soda.sat.core.framework.interfaces
 

Methods in org.eclipse.soda.sat.core.framework.interfaces that return ICharBuffer
 ICharBuffer ICharBuffer.append(boolean booleanValue)
          Append a boolean to the buffer.
 ICharBuffer ICharBuffer.append(char charValue)
          Append a single character to the buffer.
 ICharBuffer ICharBuffer.append(char[] array)
          Append characters from an array to the buffer.
 ICharBuffer ICharBuffer.append(char[] array, int start, int length)
          Append characters from an array to the buffer.
 ICharBuffer ICharBuffer.append(double doubleValue)
          Append a double to the buffer.
 ICharBuffer ICharBuffer.append(float floatValue)
          Append a float to the buffer.
 ICharBuffer ICharBuffer.append(int intValue)
          Append an int to the buffer.
 ICharBuffer ICharBuffer.append(long longValue)
          Append a long to the buffer.
 ICharBuffer ICharBuffer.append(Object object)
          Append an Object to the buffer.
 ICharBuffer ICharBuffer.append(String value)
          Append a String to the buffer.
 ICharBuffer ICharBuffer.toSynchronizedCharBuffer()
          Answers a thread-safe version of the buffer.
 

Uses of ICharBuffer in org.eclipse.soda.sat.core.util
 

Methods in org.eclipse.soda.sat.core.util that return ICharBuffer
 ICharBuffer FactoryUtility.createCharBuffer(int initialCapacity)
          Create a char buffer with the specified initial capacity.
 


Service Activator Toolkit
Version 1.1.0 (20081206)