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 DecodingInputStreamDecodingInputStream.base64(InputStream in) Creates a new instance that decodes base64 input from the given stream.static DecodingInputStreamDecodingInputStream.hex(InputStream in) Creates a new instance that decodes hexadecimal input from the given stream.