public interface LargeFileMultipartSource
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getCompleteDataStream()
Returns a stream that will provide all the object's data
|
java.io.InputStream |
getPartDataStream(long offset,
long length)
Returns an _independent_ stream that provides only the specified range within the object data.
|
long |
getTotalSize()
Returns the total size of the object data
|
long getTotalSize()
java.io.InputStream getCompleteDataStream()
throws java.io.IOException
java.io.IOExceptionjava.io.InputStream getPartDataStream(long offset,
long length)
throws java.io.IOException
java.io.IOException