public class InputStreamBlob extends DefaultStreamBlob
EMPTY_BYTE_ARRAY, EMPTY_INPUT_STREAM, EMPTY_READER, EMPTY_STRING
Constructor and Description |
---|
InputStreamBlob(InputStream in) |
InputStreamBlob(InputStream in,
String ctype) |
InputStreamBlob(InputStream in,
String ctype,
String encoding) |
InputStreamBlob(InputStream in,
String ctype,
String encoding,
String filename,
String digest) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getStream() |
boolean |
isPersistent()
Checks whether this blob is persistent.
|
Blob |
persist()
Persist this stream so that
Blob.getStream() method can be called
successfully several times. |
getDigest, getEncoding, getFilename, getMimeType, setDigest, setEncoding, setFilename, setMimeType
asByteArrayBlob, asStringBlob, getByteArray, getLength, getReader, getString, readBytes, readBytes, readString
copy, copy, transferTo, transferTo, transferTo
public InputStreamBlob(InputStream in)
public InputStreamBlob(InputStream in, String ctype)
public InputStreamBlob(InputStream in, String ctype, String encoding)
public InputStreamBlob(InputStream in, String ctype, String encoding, String filename, String digest)
public InputStream getStream()
public boolean isPersistent()
Blob
Blob.getStream()
can be
successfully called several times).public Blob persist() throws IOException
Blob
Blob.getStream()
method can be called
successfully several times. The persistence is done in a temporary file
or in memory - this is up to the implementation.
Blobs that are already persistent return themselves.
Persistence should update the internal structure of the Blob to make it persistent whenever possible and hence return itself whenever possible. This behavior cannot be guaranteed by every implementation however.
IOException
Copyright © 2013 Nuxeo SA. All Rights Reserved.