Class StreamDataMIME
java.lang.Object
com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
com.infoteria.asteria.flowlibrary2.stream.StreamDataBinaryBase
com.infoteria.asteria.flowlibrary2.stream.StreamDataMIME
- All Implemented Interfaces:
RecordSet,Serializable
MIMEストリーム
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
StreamDataObject.StreamConversionException -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final StreamDataMIME.TypeHTTPで使用されるMIMEを表すシンボルstatic final StreamDataMIME.Typeメールで使用されるMIMEを表すシンボルFields inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
_streamStrategy, PROPERTY_FILEPATH -
Constructor Summary
ConstructorsConstructorDescription空のストリームを作成します。
MIMEタイプはTYPE_HTTPになります。StreamDataMIME(byte[] b) バイト列を元にストリームを作成します。 MIMEタイプはTYPE_HTTPになります。StreamDataMIME(byte[] b, StreamDataMIME.Type type) バイト列とMIMEタイプを指定してストリームを作成します。 -
Method Summary
Modifier and TypeMethodDescriptionMIMEタイプを取得します。static StreamDataMIME.TypestrToMIMEType(String str) 文字列からMIMEタイプを取得します。Methods inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataBinaryBase
getRecord, getRecordCountMethods inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamDataObject
byteValue, clean, convertToDefaultStrategy, doConvertToDefaultStrategy, getDataInputStream, getDataStringReader, getFieldDefinition, getStreamPropertyNames, getStreamVariable, getStreamVariableCount, getStreamVariableNames, getType, putStreamVariable, strValue, writeCheckpointFile
-
Field Details
-
DEFAULT_OPTION
public static final int DEFAULT_OPTION- See Also:
-
TYPE_HTTP
HTTPで使用されるMIMEを表すシンボル -
TYPE_MIME
メールで使用されるMIMEを表すシンボル
-
-
Constructor Details
-
StreamDataMIME
public StreamDataMIME()空のストリームを作成します。
MIMEタイプはTYPE_HTTPになります。 -
StreamDataMIME
public StreamDataMIME(byte[] b) バイト列を元にストリームを作成します。 MIMEタイプはTYPE_HTTPになります。 -
StreamDataMIME
バイト列とMIMEタイプを指定してストリームを作成します。
-
-
Method Details
-
strToMIMEType
文字列からMIMEタイプを取得します。 -
getMIMEType
MIMEタイプを取得します。
-