|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamDataBinaryBase
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamDataText
テキストストリーム
| クラス com.infoteria.asteria.flowlibrary2.stream.StreamDataObject から継承したフィールド |
PROPERTY_FILEPATH |
| コンストラクタの概要 | |
StreamDataText()
空のストリームを作成します。 |
|
StreamDataText(byte[] b)
バイト列を元にストリームを作成します。 |
|
StreamDataText(byte[] b,
String enc)
バイト列とエンコーディングを元にストリームを作成します。 |
|
StreamDataText(String str)
文字列からストリームを作成します。 |
|
| メソッドの概要 | |
byte[] |
byteValue()
ストリームのバイト表現 |
static LineFeed |
detectLineFeed(byte[] str)
引数のバイト列に最初に出現する改行コードを返します。 |
static LineFeed |
detectLineFeed(String str)
引数の文字列に最初に出現する改行コードを返します。 |
String |
getEncoding()
エンコーディングを取得します。 |
LineFeed |
getLineFeed()
ラインフィードを取得します。 |
Record |
getRecord()
|
String |
strValue()
ストリームの文字列表現 |
| クラス com.infoteria.asteria.flowlibrary2.stream.StreamDataBinaryBase から継承したメソッド |
getRecordCount |
| クラス com.infoteria.asteria.flowlibrary2.stream.StreamDataObject から継承したメソッド |
getFieldDefinition, getStreamPropertyNames, getStreamVariable, getStreamVariableNames, getType, putStreamVariable |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public StreamDataText()
public StreamDataText(String str)
public StreamDataText(byte[] b)
public StreamDataText(byte[] b,
String enc)
throws StreamException
| メソッドの詳細 |
public byte[] byteValue()
throws StreamException
StreamDataBinaryBase 内の byteValueStreamException - エンコーディングがサポートされていない場合
public String strValue()
throws StreamException
StreamDataObject 内の strValueStreamException - エンコーディングがサポートされていない場合public LineFeed getLineFeed()
public String getEncoding()
public static LineFeed detectLineFeed(byte[] str)
public static LineFeed detectLineFeed(String str)
public Record getRecord()
throws StreamException
RecordSet の記述: StreamDataBinaryBase 内の getRecord
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||