Package org.bitcoinj.base
Class Bech32.Bech32Bytes
- java.lang.Object
-
- org.bitcoinj.base.internal.ByteArray
-
- org.bitcoinj.base.Bech32.Bech32Bytes
-
- All Implemented Interfaces:
java.lang.Comparable<ByteArray>
- Direct Known Subclasses:
Bech32.Bech32Data
- Enclosing class:
- Bech32
public static class Bech32.Bech32Bytes extends ByteArray
Binary data in 5-bits-per-byte format as used in Bech32 encoding/decoding.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Bech32Bytes(byte[] bytes)
Wrapper for abyte[]
array.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
decode5to8()
Return the data, fully-decoded with 8-bits per byte.
-