Package com.cbe
Class Stream
java.lang.Object
com.cbe.Stream
A data file attached to Object.
An object kan have zero, one or many streams.
An object kan have zero, one or many streams.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()voidfinalize()static longlongthe size in Byteslongthe id number of the streamvoidsetLength(long value) the size in BytesvoidsetStreamId(long value) the id number of the stream
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Stream
public Stream(long cPtr, boolean cMemoryOwn) -
Stream
public Stream()
-
-
Method Details
-
getCPtr
-
finalize
public void finalize() -
delete
public void delete() -
setStreamId
public void setStreamId(long value) the id number of the stream -
getStreamId
public long getStreamId()the id number of the stream -
setLength
public void setLength(long value) the size in Bytes -
getLength
public long getLength()the size in Bytes
-