01.11.2014 Views

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

The AndroidManifest.xml File - 안드로이드 기술 커뮤니티 : Korea ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Parcel : Primitive Arrays<br />

<strong>The</strong>re are a variety of methods for reading and writing raw arrays of primitive objects, which<br />

generally result in writing a 4-byte length followed by the primitive data items. <strong>The</strong> methods for<br />

reading can either read the data into an existing array, or create and return a new array. <strong>The</strong>se<br />

available types are:<br />

writeBooleanArray(boolean[]), readBooleanArray(boolean[]), createBooleanArray()<br />

writeByteArray(byte[]), writeByteArray(byte[], int, int), readByteArray(byte[]), createByteArray()<br />

writeCharArray(char[]), readCharArray(char[]), createCharArray()<br />

writeDoubleArray(double[]), readDoubleArray(double[]), createDoubleArray()<br />

writeFloatArray(float[]), readFloatArray(float[]), createFloatArray()<br />

writeIntArray(int[]), readIntArray(int[]), createIntArray()<br />

writeLongArray(long[]), readLongArray(long[]), createLongArray()<br />

writeStringArray(String[]), readStringArray(String[]), createStringArray().<br />

writeSparseBooleanArray(SparseBooleanArray), readSparseBooleanArray().<br />

<strong>Korea</strong> Android Community- www.kandroid.org<br />

24

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!