l10n converter

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

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

public class XLIFFWriter
extends DataWriter

Write the Data to a wellformed XLIFF File


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

コンストラクタの詳細

XLIFFWriter

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

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

close

public void close()
           throws java.io.IOException
定義:
インタフェース java.io.Closeable 内の close
オーバーライド:
クラス java.io.OutputStreamWriter 内の close
例外:
java.io.IOException

getDatafrom

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

getDataFrom

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

定義:
クラス DataWriter 内の getDataFrom
パラメータ:
handler - the DataHandler having the data

writeData

public 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