Package org.loboevolution.html.dom
Interface Blob
- All Known Subinterfaces:
File
- All Known Implementing Classes:
BlobImpl
public interface Blob
The Interface Blob.
-
Method Summary
-
Method Details
-
getSize
long getSize()Gets the size.- Returns:
- the size
-
getType
String getType()Gets the type.- Returns:
- the type
-
slice
Slice.- Parameters:
start
- the startlength
- the length- Returns:
- the blob
-
slice
Slice.- Parameters:
start
- the startlength
- the lengthcontentType
- the content type- Returns:
- the blob
-