|
l10n converter | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.io.Reader
java.io.BufferedReader
java.io.LineNumberReader
com.sun.star.tooling.converter.DataReader
public abstract class DataReader
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 |
| コンストラクタの詳細 |
|---|
public DataReader(java.io.InputStreamReader isr)
isr - InputStreamReader used as Source for this class| メソッドの詳細 |
|---|
public java.util.Map getData()
throws java.io.IOException,
ConverterException
java.io.IOException
ConverterException
|
l10n converter | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||