Package | Description |
---|---|
com.iijgio.dag.services.storage.model |
IIJ GIOストレージ&アナリシスサービスの様々な操作・情報・結果をモデル化するクラスを含みます
|
Modifier and Type | Method and Description |
---|---|
StorageObjectInputStream |
StorageObject.getObjectContent()
このオブジェクトのコンテンツに対するInput Streamを返します。
このInput Streamはメモリ内でのバッファされておらず、APIからのストリームを
直接提供しているため、呼び出し元は、このInputStreamを可能な限り早く閉じるべきです。
|
Modifier and Type | Method and Description |
---|---|
void |
StorageObject.setObjectContent(StorageObjectInputStream objectContent)
このオブジェクトのコンテンツを含むInput Streamをセットします。
|
Copyright © 2018. All rights reserved.