getBytes()
| 戻り値 : |
| Type | 説明 |
|
byte [ ] |
Blob内のデータ
|
setBytes(bytes)
| Arguments : |
| name | Type | 説明 |
|
bytes | bytes [ ] |
設定すべきデータ |
getContentType()
| 戻り値 : |
| Type | 説明 |
|
String |
Blob内部のデータのcontent type
|
setContentType(contentType)
| Arguments : |
| name | Type | 説明 |
|
contentType | String |
新しいcontentType |
getName()
| 戻り値 : |
| Type | 説明 |
|
String |
このBlobの名前
|
setName()
| Arguments : |
| name | Type | 説明 |
|
name | String |
新しい名前 |
| 戻り値 : |
| Type | 説明 |
|
String |
連結するBlob
|
getDataAsString()
| 戻り値 : |
| Type | 説明 |
|
String |
TF-8の文字列としてのこのBlob内のデータ
|
setDataFromString(string)
| Arguments : |
| name | Type | 説明 |
|
strig | String |
設定すべきデータ文字列 |
copyBlob()
|