Package | Description |
---|---|
org.vectomatic.file |
Classes to provide abstraction of the W3C File API.
|
org.vectomatic.file.impl |
Implementation package for the W3C File API interface defined in the
org.vectomatic.file package.
|
Modifier and Type | Class and Description |
---|---|
class |
File
The File object provides information about and access to the contents of
files.
|
Modifier and Type | Method and Description |
---|---|
Blob |
Blob.slice()
Returns a new Blob object containing a full copy of the data in the
source Blob.
|
Blob |
Blob.slice(long start)
Returns a new Blob object containing the data in the specified range of
bytes of the source Blob.
|
Blob |
Blob.slice(long start,
long end)
Returns a new Blob object containing the data in the specified range of
bytes of the source Blob.
|
Blob |
Blob.slice(long start,
long end,
String contentType)
Returns a new Blob object containing the data in the specified range of
bytes of the source Blob.
|
Modifier and Type | Method and Description |
---|---|
static String |
FileUtils.createObjectURL(Blob blob)
Creates a new object URL, whose lifetime is tied to the document in the
window on which it was created.
|
com.google.gwt.typedarrays.shared.ArrayBuffer |
FileReaderSync.readAsArrayBuffer(Blob fileBlob) |
void |
FileReader.readAsArrayBuffer(Blob fileBlob)
|
String |
FileReaderSync.readAsBinaryString(Blob fileBlob) |
void |
FileReader.readAsBinaryString(Blob fileBlob)
|
String |
FileReaderSync.readAsDataURL(Blob fileBlob) |
void |
FileReader.readAsDataURL(Blob fileBlob)
|
String |
FileReaderSync.readAsText(Blob fileBlob) |
void |
FileReader.readAsText(Blob fileBlob)
|
String |
FileReaderSync.readAsText(Blob fileBlob,
String encoding) |
void |
FileReader.readAsText(Blob fileBlob,
String encoding)
|
Modifier and Type | Method and Description |
---|---|
Blob |
SliceImplMozilla.slice(Blob blob) |
Blob |
SliceImplWebkit.slice(Blob blob) |
Blob |
SliceImplStandard.slice(Blob blob) |
abstract Blob |
SliceImpl.slice(Blob blob) |
Blob |
SliceImpl.slice(Blob blob,
long start) |
Blob |
SliceImpl.slice(Blob blob,
long start,
long end) |
Blob |
SliceImpl.slice(Blob blob,
long start,
long end,
String contentType) |
Modifier and Type | Method and Description |
---|---|
void |
FileReaderImpl.readAsArrayBuffer(Blob fileBlob) |
void |
FileReaderImpl.readAsBinaryString(Blob fileBlob) |
void |
FileReaderImpl.readAsDataURL(Blob fileBlob) |
void |
FileReaderImpl.readAsText(Blob fileBlob) |
void |
FileReaderImpl.readAsText(Blob fileBlob,
String encoding) |
Blob |
SliceImplMozilla.slice(Blob blob) |
Blob |
SliceImplWebkit.slice(Blob blob) |
Blob |
SliceImplStandard.slice(Blob blob) |
abstract Blob |
SliceImpl.slice(Blob blob) |
Blob |
SliceImpl.slice(Blob blob,
long start) |
Blob |
SliceImpl.slice(Blob blob,
long start,
long end) |
Blob |
SliceImpl.slice(Blob blob,
long start,
long end,
String contentType) |
Copyright © 2017. All Rights Reserved.