站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

Chars - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.format.parser.chars
Interface Chars

All Known Implementing Classes:
ImmutableChars, MutableChars

public interface Chars

An ordered collection of char.

Version:
$Revision: 5448 $
Author:
Julien Viet

Method Summary
 void appendTo(java.io.Writer writer)
          Append the chars to a Writer.
 java.io.Reader getReader()
          Get a Reader for the chars.
 int length()
          Returns how many chars there are.
 java.lang.String toString()
          Returns a String made of the chars.
 

Method Detail

appendTo

public void appendTo(java.io.Writer writer)
              throws java.io.IOException
Append the chars to a Writer.

Throws:
java.io.IOException

getReader

public java.io.Reader getReader()
Get a Reader for the chars.


length

public int length()
Returns how many chars there are.


toString

public java.lang.String toString()
Returns a String made of the chars.