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

Rename byteAt to getByte. #516

Merged
merged 1 commit into from
Feb 8, 2014

Commits on Feb 8, 2014

  1. Rename byteAt to getByte.

    Should we later support random access for other primitives
    or random bulk access, I'd like the prefix to stay constant
    (getByte, getInt, getLong, getBytes) vs. the suffix (byteAt,
    intAt, longAt). Prefixing may work better for autocomplete
    in IDEs, particularly since we already use a prefix for our
    consuming reads (readByte, readInt, readLong).
    squarejesse committed Feb 8, 2014
    Configuration menu
    Copy the full SHA
    1f97e6b View commit details
    Browse the repository at this point in the history