l10n converter

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

java.lang.Object
  上位を拡張 java.io.Reader
      上位を拡張 java.io.BufferedReader
          上位を拡張 java.io.LineNumberReader
              上位を拡張 com.sun.star.tooling.converter.DataReader
すべての実装されたインタフェース:
java.io.Closeable, java.lang.Readable
直系の既知のサブクラス:
GSIReader, SDFReader

public abstract class DataReader
extends java.io.LineNumberReader

Gets Line counting from LineNumberReader all Converter Reader classes inherit from this. The abstract parent class of all converter reader classes


フィールドの概要
 
クラス java.io.Reader から継承されたフィールド
lock
 
コンストラクタの概要
DataReader(java.io.InputStreamReader isr)
          Creates a new instance of DataReader
 
メソッドの概要
 java.util.Map getData()
          The next block of the SDF file is reviewed and the Line including the source language and the Line including the target Language are given back in an array
 
クラス java.io.LineNumberReader から継承されたメソッド
getLineNumber, mark, read, read, readLine, reset, setLineNumber, skip
 
クラス java.io.BufferedReader から継承されたメソッド
close, markSupported, ready
 
クラス java.io.Reader から継承されたメソッド
read, read
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DataReader

public DataReader(java.io.InputStreamReader isr)
Creates a new instance of DataReader

パラメータ:
isr - InputStreamReader used as Source for this class
メソッドの詳細

getData

public java.util.Map getData()
                      throws java.io.IOException,
                             ConverterException
The next block of the SDF file is reviewed and the Line including the source language and the Line including the target Language are given back in an array

戻り値:
A Map including the source language and the target Language content are given back
例外:
java.io.IOException
ConverterException

l10n converter

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