l10n converter

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

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

public class SDFWriter
extends DataWriter

Write data to a SDFFile


フィールドの概要
 
クラス com.sun.star.tooling.converter.DataWriter から継承されたフィールド
lineEnd
 
クラス java.io.Writer から継承されたフィールド
lock
 
コンストラクタの概要
SDFWriter(java.io.BufferedOutputStream bos, java.lang.String charset)
          Create a new Instance of SDFWriter
 
メソッドの概要
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
 

コンストラクタの詳細

SDFWriter

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

パラメータ:
bos - BufferedWriter to write to
charset - the charset to use to write
例外:
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