Uses of Class
org.cryptacular.io.DecodingInputStream
Packages that use DecodingInputStream
-
Uses of DecodingInputStream in org.cryptacular.io
Methods in org.cryptacular.io that return DecodingInputStreamModifier and TypeMethodDescriptionstatic DecodingInputStream
DecodingInputStream.base64
(InputStream in) Creates a new instance that decodes base64 input from the given stream.static DecodingInputStream
DecodingInputStream.hex
(InputStream in) Creates a new instance that decodes hexadecimal input from the given stream.