public interface ContentStreamSafe extends ContentStream
Modifier and Type | Method and Description |
---|---|
boolean |
canRead()
Return true if the stream can be read currently.
|
ContentInputStream |
getContentInputStream()
Returns the underlying content stream, giving access to the real
InputStream and its size.
|
getStream, getStreamLength
ContentInputStream getContentInputStream() throws java.io.IOException
java.io.IOException
- upon I/O error.boolean canRead()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.