Searched refs:entryFormat (Results 1 – 2 of 2) sorted by relevance
78 private final short entryFormat; field in CpioArchiveOutputStream162 this.entryFormat = format; in CpioArchiveOutputStream()236 if (format != this.entryFormat){ in putArchiveEntry()237 …row new IOException("Header format: "+format+" does not match existing format: "+this.entryFormat); in putArchiveEntry()466 this.entry = new CpioArchiveEntry(this.entryFormat); in finish()
661 entryFormat = ((entrySize - 1) << 4) | (innerBits - 1)663 rawTable['EntryFormat'] = entryFormat