Class Blob

java.lang.Object
ecmwf.ecpds.mover.plugin.http.Blob

public class Blob extends Object
The Class Blob.
  • Method Details

    • getMetadata

      public BlobMetadata getMetadata()
      Gets the metadata.
      Returns:
      the metadata
    • getContentRange

      public String getContentRange() throws IOException
      Gets the content range.
      Returns:
      the content range
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • getContentLength

      public long getContentLength() throws IOException
      Gets the content length.
      Returns:
      the content length
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • openStream

      public InputStream openStream() throws IOException
      Open stream.
      Returns:
      the input stream
      Throws:
      IOException - Signals that an I/O exception has occurred.