You are here

SkyVaultContentStream

SkyVaultContentStream

This section describes the SkyVaultContentStream class.

The SkyVaultContentStream class encapsulates information for a content stream. Instances are passed to DocumentFolderService methods.

Class declaration

@interface SkyVaultContentStream : SkyVaultContent

Properties

Property Description
@property (nonatomic, strong, readonly) NSInputStream *inputStream Returns the input stream.
@property (nonatomic, strong, readonly) NSString *mimeType Returns the mime type of the content in the stream.
@property (nonatomic, assign, readonly) unsigned long long length Returns the length of the stream, can be 0 if not known.
Attention: This class was added in SDK version 1.1.