Uses of Class
org.cryptacular.io.EncodingOutputStream
Packages that use EncodingOutputStream
-
Uses of EncodingOutputStream in org.cryptacular.io
Methods in org.cryptacular.io that return EncodingOutputStreamModifier and TypeMethodDescriptionstatic EncodingOutputStreamEncodingOutputStream.base64(OutputStream out) Creates a new instance that produces base64 output in the given stream.static EncodingOutputStreamEncodingOutputStream.base64(OutputStream out, int lineLength) Creates a new instance that produces base64 output in the given stream.static EncodingOutputStreamEncodingOutputStream.hex(OutputStream out) Creates a new instance that produces hexadecimal output in the given stream.