Interface Blob.Factory

Enclosing interface:
Blob

public static interface Blob.Factory
Allows you to construct blobs without knowing the implementation type
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a blob, optionally setting its metadata to a known value.
  • Method Details

    • create

      Creates a blob, optionally setting its metadata to a known value. This is useful in making copies of blobs.