हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main
के बजाय android-latest-release
का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
MergedZipEntryCollection
public
class
MergedZipEntryCollection
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.util.zip.MergedZipEntryCollection
|
डाउनलोड करने की कोशिशों को कम करने के लिए, बड़ी ज़िप फ़ाइल में मौजूद अलग-अलग ज़िप एंट्री को ब्लॉक में मर्ज करें.
खास जानकारी
कॉन्स्टेंट
public static final int HEADER_SIZE
कॉन्स्टेंट वैल्यू:
2078
(0x0000081e)
MAX_GAP
public static final int MAX_GAP
कॉन्स्टेंट वैल्यू:
4096
(0x00001000)
MAX_GAP_PERCENTAGE
public static final double MAX_GAP_PERCENTAGE
कॉन्स्टेंट वैल्यू:
0.15
पब्लिक कंस्ट्रक्टर
MergedZipEntryCollection
public MergedZipEntryCollection ( zipEntries)
सार्वजनिक तरीके
createCollections
public static createCollections ( zipEntries)
getEndOffset
public long getEndOffset ()
getStartOffset
public long getStartOffset ()
getZipEntries
public getZipEntries ()
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# MergedZipEntryCollection\n========================\n\n\n`\npublic\n\n\nclass\nMergedZipEntryCollection\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|--------------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.util.zip.MergedZipEntryCollection |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nMerge individual zip entries in a large zip file into blocks to minimize the download attempts.\n\nSummary\n-------\n\n| ### Constants ||\n|----------|----------------------------------------------------------------------------------------------------------------------------------------------|\n| `int` | [HEADER_SIZE](../../../../../../../reference/tradefed/com/android/tradefed/util/zip/MergedZipEntryCollection.html#HEADER_SIZE) |\n| `int` | [MAX_GAP](../../../../../../../reference/tradefed/com/android/tradefed/util/zip/MergedZipEntryCollection.html#MAX_GAP) |\n| `double` | [MAX_GAP_PERCENTAGE](../../../../../../../reference/tradefed/com/android/tradefed/util/zip/MergedZipEntryCollection.html#MAX_GAP_PERCENTAGE) |\n\n| ### Public constructors ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[MergedZipEntryCollection](../../../../../../../reference/tradefed/com/android/tradefed/util/zip/MergedZipEntryCollection.html#MergedZipEntryCollection(\u003cany\u003e))`(` zipEntries) |\n\n| ### Public methods ||\n|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` static ` | ` `[createCollections](../../../../../../../reference/tradefed/com/android/tradefed/util/zip/MergedZipEntryCollection.html#createCollections(\u003cany\u003e))`(` zipEntries) |\n| ` long` | ` `[getEndOffset](../../../../../../../reference/tradefed/com/android/tradefed/util/zip/MergedZipEntryCollection.html#getEndOffset())`() ` |\n| ` long` | ` `[getStartOffset](../../../../../../../reference/tradefed/com/android/tradefed/util/zip/MergedZipEntryCollection.html#getStartOffset())`() ` |\n| ` ` | ` `[getZipEntries](../../../../../../../reference/tradefed/com/android/tradefed/util/zip/MergedZipEntryCollection.html#getZipEntries())`() ` |\n\nConstants\n---------\n\n### HEADER_SIZE\n\n```\npublic static final int HEADER_SIZE\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n2078\n(0x0000081e)\n\n\n### MAX_GAP\n\n```\npublic static final int MAX_GAP\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n4096\n(0x00001000)\n\n\n### MAX_GAP_PERCENTAGE\n\n```\npublic static final double MAX_GAP_PERCENTAGE\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0.15\n\n\nPublic constructors\n-------------------\n\n### MergedZipEntryCollection\n\n```\npublic MergedZipEntryCollection ( zipEntries)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|--------------|--------|\n| `zipEntries` | \u003cbr /\u003e |\n\nPublic methods\n--------------\n\n### createCollections\n\n```\npublic static createCollections ( zipEntries)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|--------------|--------|\n| `zipEntries` | \u003cbr /\u003e |\n\n| Returns ||\n|---|--------|\n| | \u003cbr /\u003e |\n\n### getEndOffset\n\n```\npublic long getEndOffset ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|--------|--------|\n| `long` | \u003cbr /\u003e |\n\n### getStartOffset\n\n```\npublic long getStartOffset ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|--------|--------|\n| `long` | \u003cbr /\u003e |\n\n### getZipEntries\n\n```\npublic getZipEntries ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ||\n|---|--------|\n| | \u003cbr /\u003e |"]]