Uses of Interface
org.apache.commons.compress.harmony.unpack200.IMatcher
-
Packages that use IMatcher Package Description org.apache.commons.compress.harmony.unpack200 -
-
Uses of IMatcher in org.apache.commons.compress.harmony.unpack200
Classes in org.apache.commons.compress.harmony.unpack200 that implement IMatcher Modifier and Type Class Description class
AttributeLayout
AttributeLayout defines a layout that describes how an attribute will be transmitted.Methods in org.apache.commons.compress.harmony.unpack200 with parameters of type IMatcher Modifier and Type Method Description static int
SegmentUtils. countMatches(long[][] flags, IMatcher matcher)
static int
SegmentUtils. countMatches(long[] flags, IMatcher matcher)
-