Package | Description |
---|---|
org.safs.android.messenger |
Modifier and Type | Method and Description |
---|---|
MultipleParcelsHandler.SmallParcel |
MultipleParcelsHandler.SmallParcel.add(MultipleParcelsHandler.SmallParcel another)
This method is used to concatenate the contents of two parcels.
It will append the content provided by parameter 'another' to this SmallParcel object's content. |
MultipleParcelsHandler.SmallParcel |
MultipleParcelsHandler.ParcelBuffer.assembleParcels()
[Note] This method should NOT be called if
MultipleParcelsHandler.ParcelBuffer.receivedAllParcels() return false.Assemble all parcels stored in this buffer. |
Modifier and Type | Method and Description |
---|---|
MultipleParcelsHandler.SmallParcel |
MultipleParcelsHandler.SmallParcel.add(MultipleParcelsHandler.SmallParcel another)
This method is used to concatenate the contents of two parcels.
It will append the content provided by parameter 'another' to this SmallParcel object's content. |
int |
MultipleParcelsHandler.ParcelBuffer.addParcel(MultipleParcelsHandler.SmallParcel parcel) |
int |
MultipleParcelsHandler.SmallParcel.compareTo(MultipleParcelsHandler.SmallParcel another) |
Constructor and Description |
---|
ParcelBuffer(MultipleParcelsHandler.SmallParcel parcel,
int totalNumber) |
Copyright © SAS Institute. All Rights Reserved.