palmed.edit.text
Interface ITextBuilder


public interface ITextBuilder

This interface defines a builder for text.

Version:
$Revision$ $Date$
Author:
Mathieu Champlon

Method Summary
 void append(byte[] buffer, int offset, int length)
          Append a piece of text.
 void appendNewLine()
          Append a new line.
 

Method Detail

append

void append(byte[] buffer,
            int offset,
            int length)
Append a piece of text.

Parameters:
buffer - the content
offset - the starting offset in the buffer
length - the length in the buffer

appendNewLine

void appendNewLine()
Append a new line.



Copyright © 2004-2006 PalmEd. All Rights Reserved.