Package org.java_websocket.util
package org.java_websocket.util
This package encapsulates the utility classes.
-
ClassesClassDescriptionEncodes and decodes to and from Base64 notation.A
Base64.OutputStream
will write data to anotherjava.io.OutputStream
, given in the constructor, and encode/decode to/from Base64 notation on the fly.Utility class for ByteBuffers