Searched refs:maxByteCount (Results 1 – 1 of 1) sorted by relevance
183 public Section appendSection(int maxByteCount, String name) { in appendSection() argument184 if ((maxByteCount & 3) != 0) { in appendSection()187 int limit = nextSectionStart + maxByteCount; in appendSection()