Class PartCreationEvent
- java.lang.Object
-
- software.amazon.encryption.s3.internal.PartCreationEvent
-
public class PartCreationEvent extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OnFileDelete
getFileDeleteObserver()
Returns an observer for file deletion; or null if there is none.File
getPart()
Returns a non-null part (in the form of a file) for multipart upload.int
getPartNumber()
boolean
isLastPart()
-
-
-
Method Detail
-
getPart
public File getPart()
Returns a non-null part (in the form of a file) for multipart upload.
-
getPartNumber
public int getPartNumber()
-
isLastPart
public boolean isLastPart()
-
getFileDeleteObserver
public OnFileDelete getFileDeleteObserver()
Returns an observer for file deletion; or null if there is none.
-
-