Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for reading type descriptors. #10

Merged
merged 2 commits into from
Jul 21, 2022
Merged

Adds support for reading type descriptors. #10

merged 2 commits into from
Jul 21, 2022

Conversation

jonwilsdon
Copy link
Owner

@jonwilsdon jonwilsdon commented Jul 17, 2022

This is the first import of the code currently running on the website. It has been cleaned up from the original source. Addresses part of #1.

Includes:

  • IonTypes: Enumerates the Ion types, plus internal types.
  • ByteReader: Abstract class that provides a common interface for reading bytes.
  • ByteBufferReader: Extends ByteReader to read bytes from an ArrayBuffer.
  • TypeDescriptorReader: Reader for the type descriptor byte plus optional overflow length.

Includes:
IonTypes
ByteReader
ByteBufferReader TypeDescriptorReader
@jonwilsdon jonwilsdon mentioned this pull request Jul 17, 2022
5 tasks
@jonwilsdon jonwilsdon merged commit b17c8c9 into main Jul 21, 2022
@jonwilsdon jonwilsdon deleted the core-initial branch July 21, 2022 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant