Class AttachmentDataStream.InputStreamWrapper

java.lang.Object
com.atlassian.confluence.pages.persistence.dao.AttachmentDataStream.InputStreamWrapper
All Implemented Interfaces:
AttachmentDataStream, org.springframework.core.io.InputStreamSource
Enclosing interface:
AttachmentDataStream

@Deprecated public static class AttachmentDataStream.InputStreamWrapper extends Object implements AttachmentDataStream
An AttachmentDataStream implementation that wraps a raw InputStream. Note that this implementation doesn't behave exactly as the interface sayas it should, in that it wraps an already opened stream. As such, multiple calls to getInputStream() are not permitted.