l10n converter

com.sun.star.tooling.converter
クラス GSIWriter

java.lang.Object
  上位を拡張 java.io.Writer
      上位を拡張 java.io.OutputStreamWriter
          上位を拡張 com.sun.star.tooling.converter.DataWriter
              上位を拡張 com.sun.star.tooling.converter.GSIWriter
すべての実装されたインタフェース:
java.io.Closeable, java.io.Flushable, java.lang.Appendable

public class GSIWriter
extends DataWriter


フィールドの概要
 
クラス java.io.Writer から継承されたフィールド
lock
 
コンストラクタの概要
GSIWriter(java.io.BufferedOutputStream bos, java.lang.String charset)
          Create a new Instance of GSIWriter
 
メソッドの概要
protected  void getDatafrom(DataHandler handler)
           
protected  void getDataFrom(DataHandler handler)
          get the data that should be written from the DataHandler
 void writeData()
          write the Data
protected  void writeData(java.util.Map[] data)
           
 
クラス java.io.OutputStreamWriter から継承されたメソッド
close, flush, getEncoding, write, write, write
 
クラス java.io.Writer から継承されたメソッド
append, append, append, write, write
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GSIWriter

public GSIWriter(java.io.BufferedOutputStream bos,
                 java.lang.String charset)
          throws java.io.UnsupportedEncodingException
Create a new Instance of GSIWriter

パラメータ:
bos - the Buffered Output Stream to write to
charset - the used charset
例外:
java.io.UnsupportedEncodingException
メソッドの詳細

getDatafrom

protected void getDatafrom(DataHandler handler)
                    throws java.io.IOException
定義:
クラス DataWriter 内の getDatafrom
例外:
java.io.IOException

getDataFrom

protected void getDataFrom(DataHandler handler)
                    throws java.io.IOException
クラス DataWriter の記述:
get the data that should be written from the DataHandler

定義:
クラス DataWriter 内の getDataFrom
パラメータ:
handler - the DataHandler having the data
例外:
java.io.IOException

writeData

public final void writeData()
                     throws java.io.IOException
クラス DataWriter の記述:
write the Data

定義:
クラス DataWriter 内の writeData
例外:
java.io.IOException

writeData

protected void writeData(java.util.Map[] data)
                  throws java.io.IOException
例外:
java.io.IOException

l10n converter

Copyright © 2004 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA