Skip to content

Commit 152f5b3

Browse files
author
Daniel Wirtz
committed
README
1 parent 57558e1 commit 152f5b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ ByteBuffer
2626
* `ByteBuffer#writeUint/Int8/16/32(value[, offset])` and `ByteBuffer#readUint/Int8/16/32([offset])`
2727
* `ByteBuffer#writeVarint32(value[, offset])` and `ByteBuffer#readVarint32([offset])` to write a base 128 variable-length
2828
integer as used in [protobuf](https://developers.google.com/protocol-buffers/docs/encoding#varints)
29+
* `ByteBuffer#writeInt64(value[, offset])` and `ByteBuffer#readInt64([offset])` via [Long.js](https://github.com/dcodeIO/Long.js)
2930
* `ByteBuffer#writeFloat32/64(value[, offset])` and `ByteBuffer#readFloat32/64([offset])`
3031
* `ByteBuffer#write/readByte`, `ByteBuffer#write/readShort`, `ByteBuffer#write/readInt`, `ByteBuffer#write/readLong`
3132
(all signed), `ByteBuffer#write/readVarint`, `ByteBuffer#write/readFloat`, `ByteBuffer#write/readDouble` aliases for

0 commit comments

Comments
 (0)