Uses of Class
kala.compress.harmony.unpack200.NewAttributeBands.UnionCase
-
Packages that use NewAttributeBands.UnionCase Package Description kala.compress.harmony.unpack200 Internal package. -
-
Uses of NewAttributeBands.UnionCase in kala.compress.harmony.unpack200
Fields in kala.compress.harmony.unpack200 with type parameters of type NewAttributeBands.UnionCase Modifier and Type Field Description private java.util.List<NewAttributeBands.UnionCase>NewAttributeBands.Union. unionCasesMethods in kala.compress.harmony.unpack200 that return NewAttributeBands.UnionCase Modifier and Type Method Description private NewAttributeBands.UnionCaseNewAttributeBands. readNextUnionCase(java.io.StringReader stream)Read a UnionCase from the stream.Methods in kala.compress.harmony.unpack200 that return types with arguments of type NewAttributeBands.UnionCase Modifier and Type Method Description java.util.List<NewAttributeBands.UnionCase>NewAttributeBands.Union. getUnionCases()Constructor parameters in kala.compress.harmony.unpack200 with type arguments of type NewAttributeBands.UnionCase Constructor Description Union(java.lang.String tag, java.util.List<NewAttributeBands.UnionCase> unionCases, java.util.List<NewAttributeBands.LayoutElement> body)
-