Package com.cbe
Class Stream
- java.lang.Object
-
- com.cbe.Stream
-
public class Stream extends java.lang.Object
class Stream, functions for Stream information.
-
-
Constructor Summary
Constructors Constructor Description Stream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
get_length()
get length/size of the binary data of the stream.long
get_streamId()
Stream id retrived from the server / edge node.void
set_length(long value)
set length/size of the binary data of the stream.void
set_streamId(long value)
set Stream id.
-
-
-
Method Detail
-
set_streamId
public void set_streamId(long value)
set Stream id.- Parameters:
value
- long streamId.
-
get_streamId
public long get_streamId()
Stream id retrived from the server / edge node.
-
set_length
public void set_length(long value)
set length/size of the binary data of the stream.- Parameters:
value
- long length of binary data.
-
get_length
public long get_length()
get length/size of the binary data of the stream.
-
-