com.google.bitcoin.core
Class VarInt
java.lang.Object
com.google.bitcoin.core.VarInt
public class VarInt
- extends Object
Constructor Summary |
VarInt(byte[] buf,
int offset)
|
VarInt(long value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public final long value
VarInt
public VarInt(long value)
VarInt
public VarInt(byte[] buf,
int offset)
getSizeInBytes
public int getSizeInBytes()
encode
public byte[] encode()
encodeBE
public byte[] encodeBE()
Copyright © 2011. All Rights Reserved.