Uses of Class
org.apache.commons.codec.binary.Base58
Packages that use Base58
Package
Description
Base64, Base32, Base16, BaseN, Binary, and Hexadecimal String encoding and decoding.
-
Uses of Base58 in org.apache.commons.codec.binary
Subclasses with type arguments of type Base58 in org.apache.commons.codec.binaryModifier and TypeClassDescriptionstatic classBuildsBase58instances with custom configuration.classProvides Base58 decoding in a streaming fashion (unlimited size).static classBuilds instances of Base58InputStream.classProvides Base58 encoding in a streaming fashion (unlimited size).static classBuilds instances of Base58OutputStream.Methods in org.apache.commons.codec.binary that return Base58Modifier and TypeMethodDescriptionBase58.Builder.get()Builds a new Base58 instance with the configured settings.protected Base58Base58InputStream.Builder.newBaseNCodec()protected Base58Base58OutputStream.Builder.newBaseNCodec()Creates a new Base58 codec instance.