amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 7 forks source link

Renames IonByteArray to ByteArrayView #26

Closed dlurton closed 4 years ago

dlurton commented 4 years ago

Implements #16

Nothing more than s/IonByteArray/ByteArrayView/g.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.