Uses of Class
com.pnfsoftware.jeb.util.encoding.BadEncodingException
Packages that use BadEncodingException
Package
Description
Types to encode and decode data, including hashes/digests calculator, zip and xml
implementations.
-
Uses of BadEncodingException in com.pnfsoftware.jeb.util.encoding
Methods in com.pnfsoftware.jeb.util.encoding that throw BadEncodingExceptionModifier 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)