com.infoteria.asteria.flowlibrary2.stream
Class StreamDataBinary
java.lang.Object
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamDataBinaryBase
|
+--com.infoteria.asteria.flowlibrary2.stream.StreamDataBinary
- All Implemented Interfaces:
- RecordSet, Serializable
- public class StreamDataBinary
- extends StreamDataBinaryBase
バイナリーストリーム
- See Also:
- Serialized Form
Method Summary |
String |
strValue()
ストリームの文字列表現。
StreamDataBinaryではバイト列の16進表記になります。 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamDataBinary
public StreamDataBinary()
- 空のストリームを作成します。
StreamDataBinary
public StreamDataBinary(byte[] b)
- バイト列を元にストリームを作成します。
strValue
public String strValue()
throws StreamException
- ストリームの文字列表現。
StreamDataBinaryではバイト列の16進表記になります。
- Overrides:
strValue
in class StreamDataObject
- Throws:
StreamException
- パースが発生し、それに失敗した場合