Lines Matching refs:dataIn

1420 readParcelable(dataIn: Parcelable): void
1422 … a **Parcelable** object from this **MessageSequence** object to the specified object (**dataIn**).
1430 | dataIn | [Parcelable](#parcelable9) | Yes | **Parcelable** object to read.|
1521 readByteArray(dataIn: number[]): void
1531 | dataIn | number[] | Yes | Byte array to read.|
1656 readShortArray(dataIn: number[]): void
1666 | dataIn | number[] | Yes | Short array to read.|
1788 readIntArray(dataIn: number[]): void
1798 | dataIn | number[] | Yes | Integer array to read.|
1920 readLongArray(dataIn: number[]): void
1930 | dataIn | number[] | Yes | Long array to read.|
2052 readFloatArray(dataIn: number[]): void
2062 | dataIn | number[] | Yes | Floating-point array to read. The system processes Float data as that …
2184 readDoubleArray(dataIn: number[]): void
2194 | dataIn | number[] | Yes | Double-precision floating-point array to read.|
2316 readBooleanArray(dataIn: boolean[]): void
2326 | dataIn | boolean[] | Yes | Boolean array to read.|
2448 readCharArray(dataIn: number[]): void
2458 | dataIn | number[] | Yes | Character array to read.|
2580 readStringArray(dataIn: string[]): void
2590 | dataIn | string[] | Yes | String array to read.|
4774 readSequenceable(dataIn: Sequenceable): boolean
4784 | dataIn | [Sequenceable](#sequenceabledeprecated) | Yes | Object that reads member variables from…
4857 readByteArray(dataIn: number[]): void
4867 | dataIn | number[] | Yes | Byte array to read.|
4941 readShortArray(dataIn: number[]): void
4951 | dataIn | number[] | Yes | Short array to read.|
5023 readIntArray(dataIn: number[]): void
5033 | dataIn | number[] | Yes | Integer array to read.|
5105 readLongArray(dataIn: number[]): void
5115 | dataIn | number[] | Yes | Long array to read.|
5187 readFloatArray(dataIn: number[]): void
5197 | dataIn | number[] | Yes | Floating-point array to read. The system processes Float data as that …
5269 readDoubleArray(dataIn: number[]): void
5279 | dataIn | number[] | Yes | DoubleArray to read.|
5351 readBooleanArray(dataIn: boolean[]): void
5361 | dataIn | boolean[] | Yes | Boolean array to read.|
5433 readCharArray(dataIn: number[]): void
5443 | dataIn | number[] | Yes | Character array to read.|
5515 readStringArray(dataIn: string[]): void
5525 | dataIn | string[] | Yes | String array to read.|
6285 unmarshalling(dataIn: MessageSequence): boolean
6295 | dataIn | [MessageSequence](#messagesequence9) | Yes | **MessageSequence** object from which the …
6394 unmarshalling(dataIn: MessageParcel): boolean
6404 | dataIn | [MessageParcel](#messageparceldeprecated) | Yes | **MessageParcel** object in which the…