Class ByteStream

java.lang.Object
ecmwf.common.callback.ByteStream
All Implemented Interfaces:
Serializable

public final class ByteStream extends Object implements Serializable
The Class ByteStream.
See Also:
  • Constructor Details

    • ByteStream

      public ByteStream(byte[] b, int len)
      Instantiates a new byte stream.
      Parameters:
      b - the b
      len - the len
  • Method Details

    • getBytes

      public byte[] getBytes()
      Gets the bytes.
      Returns:
      the bytes
    • getLen

      public int getLen()
      Gets the len.
      Returns:
      the len