JohnLCaron / cdm-kotlin

2 stars 1 forks source link

Finish adding Generics. #105

Closed JohnLCaron closed 1 year ago

JohnLCaron commented 1 year ago

Datatype, Attribute, Variable, StructureMember, ArraySection are generic. Netchdf readData() have type safe return. Attribute.Builder simplified and made type safe. Redo ArrayVlen, ArrayTyped equals() Add OpenFile.readArrayUxxx() Various type safety improvements.