Class ByteStream
java.lang.Object
ecmwf.common.callback.ByteStream
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ByteStream
public ByteStream(byte[] b, int len) Instantiates a new byte stream.- Parameters:
b
- the blen
- the len
-
-
Method Details
-
getBytes
public byte[] getBytes()Gets the bytes.- Returns:
- the bytes
-
getLen
public int getLen()Gets the len.- Returns:
- the len
-