public class StringBasedBlob extends AbstractBlob
Blob implementations is based on a string.| Constructor and Description |
|---|
StringBasedBlob(String value) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getNewStream()
This implementation returns the bytes of the UTF-8 encoding
of the underlying string.
|
long |
length()
This implementation returns the number of bytes in the UTF-8 encoding
of the underlying string.
|
String |
toString() |
calculateSha256, equal, equals, getContentIdentity, getReference, hashCodepublic StringBasedBlob(String value)
public String toString()
toString in class AbstractBlobpublic InputStream getNewStream()
public long length()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"