1.2.2 • Published 11 years ago
byter v1.2.2
Byter
Byte from/to conversion library for String, Int, Long Support joining bytes
Usage
Install npm install byter
Require byter = require 'byter'
String
byter.stringToBytes "test"
byter.bytesToString bytesLong
byter.longToBytes "9223372036854775807"
byter.bytesToLong bytesInt
byter.intToBytes 10
byter.intToBytes "10"
byter.bytesToInt bytesFloat
byter.floatToBytes 1.234
byter.floatToBytes "1.234"
byter.bytesToFloat bytesJoin bytes
a = byter.intToBytes 10
aa = byter.intToBytes "10"
byter.join a, aa, ...Support for Hbase Phoenix v 3.0.0 data types
a = byter.phoenix.intToBytes 10
a = byter.phoenix.unsignedIntToBytes 10
a = byter.phoenix.longToBytes "-1387547769370"
a = byter.phoenix.dateToBytes "1387547769370" #micro timestamp
a = byter.phoenix.unsignedLongToBytes "1387547769370"
#write a to hbase