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
| クラス java.io.Writer から継承されたフィールド |
lock |
|
コンストラクタの概要 |
XLIFFWriter(java.io.BufferedOutputStream bos,
java.lang.String charset)
Create a new Instance of XLIFFWriter |
| クラス 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 tocharset - 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
Copyright © 2004 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA