public class Base64Encoded extends AbstractBlob
| Constructor | Description |
|---|---|
Base64Encoded(byte[] data) |
|
Base64Encoded(File file) |
|
Base64Encoded(String base64String) |
|
Base64Encoded(Path path) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
String |
getBase64String() |
|
byte[] |
getData() |
Get the contents of this Blob as a byte array
|
int |
hashCode() |
|
String |
toString() |
fromFile, fromInputStream, fromPath, getCreationDate, getFileName, getFormDataContentDisposition, getModificationDate, toFile, toFile, toInputStreampublic Base64Encoded(File file) throws IOException
IOExceptionpublic Base64Encoded(Path path) throws IOException
IOExceptionpublic Base64Encoded(byte[] data)
public Base64Encoded(String base64String)
public String getBase64String()
public byte[] getData()
AbstractBlobgetData in class AbstractBlobCopyright © 2021. All rights reserved.