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