addedmethod:
encode
static byte[] encode(long value, boolean isSigned)
addedmethod:
write
static int write(long value, java.io.OutputStream os, boolean isSigned) throws IOException
addedmethod:
writeSigned
static int writeSigned(long value, java.io.OutputStream os) throws IOException
addedmethod:
writeUnsigned
static int writeUnsigned(long value, java.io.OutputStream os) throws IOException