java.lang.Object |
↳ |
com.pnfsoftware.jeb.util.encoding.LongLEB128 |
Class Overview
Read and write LEB128-encoded longs. An 8-byte long is encoded on 1 to 10 bytes.
For decoding only on byte arrays, use the highest-level utility methods in LEB128
.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
public
static
long
readULEB128
(InputStream input)
public
static
void
writeSLEB128
(OutputStream out, long v)
public
static
void
writeULEB128
(OutputStream out, long v)