Searched refs:contentIndex (Results 1 – 2 of 2) sorted by relevance
53 private int contentIndex = -1; field in OfficeZip118 contentIndex = i; in read()122 if (contentIndex == -1) { in read()126 Entry contentEntry = (Entry) entryList.get(contentIndex); in read()151 if (contentIndex == -1) { in write()
62 private int contentIndex = -1; field in OfficeZip118 contentIndex = i; in read()148 return getEntryBytes(contentIndex); in getContentXMLBytes()283 contentIndex = setEntryBytes(contentIndex, bytes, CONTENTXML); in setContentXMLBytes()
Completed in 29 milliseconds