java.io.CharArrayWriter翻译[3]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

buf

protected char[] buf
The buffer where data is stored. 数据存入的缓冲。


count

protected int count
The number of chars in the buffer. 缓冲中的字符数。

Constructor Detail

CharArrayWriter

public CharArrayWriter()
Creates a new CharArrayWriter. 创建一个CharArrayWriter。


CharArrayWriter

public CharArrayWriter(int initialSize)
Creates a new CharArrayWriter with the specified initial size. 创建一个指定初始大小的CharArrayWriter。

Parameters:
initialSize - an int specifying the initial buffer size. 指定初始缓冲大小的int值。
Throws:
IllegalArgumentException - if initialSize is negative 如果initialSize为负时抛出
Method Detail

本文关键:java.io.CharArrayWriter翻译
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top