Class StreamContentUnparsed
java.lang.Object
com.infoteria.asteria.flowlibrary2.stream.StreamContentUnparsed
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]intbooleanvoidsetByteValue(byte[] _byteValue) voidsetDataRecreated(boolean isDataRecreated) voidsetRecordCount(int recordCount) voidsetStrValue(String _strValue)
-
Constructor Details
-
StreamContentUnparsed
public StreamContentUnparsed()
-
-
Method Details
-
getRecordCount
public int getRecordCount() -
setRecordCount
public void setRecordCount(int recordCount) -
isDataRecreated
public boolean isDataRecreated() -
setDataRecreated
public void setDataRecreated(boolean isDataRecreated) -
getByteValue
public byte[] getByteValue() -
setByteValue
public void setByteValue(byte[] _byteValue) -
getStrValue
-
setStrValue
-