- All Implemented Interfaces:
Blob
public class BlobImpl
extends Object
implements Blob
The class BlobImpl.
-
Constructor Summary
Constructors
-
Method Summary
slice(long start,
long length)
-
Constructor Details
-
BlobImpl
public BlobImpl()
-
Method Details
-
slice
public Blob slice(long start,
long length)
Description copied from interface: Blob
Slice.
- Specified by:
slice
in interface Blob
- Parameters:
start
- the start
length
- the length
- Returns:
- the blob
-
slice
public Blob slice(long start,
long length,
String contentType)
Description copied from interface: Blob
Slice.
- Specified by:
slice
in interface Blob
- Parameters:
start
- the start
length
- the length
contentType
- the content type
- Returns:
- the blob
-