Interface Blob

All Known Subinterfaces:
File
All Known Implementing Classes:
BlobImpl

public interface Blob
The Interface Blob.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the size.
    Gets the type.
    slice(long start, long length)
    Slice.
    slice(long start, long length, String contentType)
    Slice.
  • Method Details

    • getSize

      long getSize()
      Gets the size.
      Returns:
      the size
    • getType

      String getType()
      Gets the type.
      Returns:
      the type
    • slice

      Blob slice(long start, long length)
      Slice.
      Parameters:
      start - the start
      length - the length
      Returns:
      the blob
    • slice

      Blob slice(long start, long length, String contentType)
      Slice.
      Parameters:
      start - the start
      length - the length
      contentType - the content type
      Returns:
      the blob