public class ParcelUnpacker
extends java.lang.Object
ParcelPacker
that allows the reading of objects that may
have more data in the parcel stream than the reader knows about.Constructor and Description |
---|
ParcelUnpacker(Parcel p)
Start unpacking a pack from the parcel stream.
|
Modifier and Type | Method and Description |
---|---|
void |
finish()
Finish unpacking the current pack.
|
public ParcelUnpacker(Parcel p)
ParcelPacker.ParcelPacker(Parcel)
MUST have been used to start a pack at the same position when creating the parcel.p
- The parcel to unpack from.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.