Package | Description |
---|---|
com.amazonaws.services.s3.internal |
Modifier and Type | Class and Description |
---|---|
class |
MultiFileOutputStream
Used to split an output stream into multiple files for purposes such as
parallel uploads.
|
Modifier and Type | Field and Description |
---|---|
private OnFileDelete |
PartCreationEvent.fileDeleteObserver |
Modifier and Type | Method and Description |
---|---|
OnFileDelete |
PartCreationEvent.getFileDeleteObserver()
Returns an observer for file deletion; or null if there is none.
|
Constructor and Description |
---|
PartCreationEvent(java.io.File part,
int partNumber,
boolean isLastPart,
OnFileDelete fileDeleteObserver) |