com.infoteria.asteria.flowlibrary2.stream
Class StreamContentUnparsed

java.lang.Object
  |
  +--com.infoteria.asteria.flowlibrary2.stream.StreamContent
        |
        +--com.infoteria.asteria.flowlibrary2.stream.StreamContentDefault
              |
              +--com.infoteria.asteria.flowlibrary2.stream.StreamContentUnparsed
All Implemented Interfaces:
java.io.Serializable

public class StreamContentUnparsed
extends com.infoteria.asteria.flowlibrary2.stream.StreamContentDefault

See Also:
Serialized Form

Constructor Summary
StreamContentUnparsed()
           
 
Method Summary
 int getRecordCount()
           
 boolean isDataRecreated()
           
 void setDataRecreated(boolean isDataRecreated)
           
 void setRecordCount(int recordCount)
           
 
Methods inherited from class com.infoteria.asteria.flowlibrary2.stream.StreamContentDefault
getByteValue, getStrValue, setByteValue, setStrValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamContentUnparsed

public StreamContentUnparsed()
Method Detail

getRecordCount

public int getRecordCount()

setRecordCount

public void setRecordCount(int recordCount)

isDataRecreated

public boolean isDataRecreated()

setDataRecreated

public void setDataRecreated(boolean isDataRecreated)