Uses of Class
com.pnfsoftware.jeb.util.encoding.LEB128.Value
Packages that use LEB128.Value
Package
Description
Types to encode and decode data, including hashes/digests calculator, zip and xml
implementations.
-
Uses of LEB128.Value in com.pnfsoftware.jeb.util.encoding
Methods in com.pnfsoftware.jeb.util.encoding that return LEB128.ValueModifier and TypeMethodDescriptionstatic LEB128.Value
LEB128.read_int16
(byte[] data, int pos) static LEB128.Value
LEB128.read_int32
(byte[] data, int pos) static LEB128.Value
LEB128.read_int64
(byte[] data, int pos) static LEB128.Value
LEB128.read_int7
(byte[] data, int pos) static LEB128.Value
LEB128.read_uint1
(byte[] data, int pos) static LEB128.Value
LEB128.read_uint16
(byte[] data, int pos) static LEB128.Value
LEB128.read_uint32
(byte[] data, int pos) static LEB128.Value
LEB128.read_uint64
(byte[] data, int pos) static LEB128.Value
LEB128.read_uint7
(byte[] data, int pos)