org.red5.io.utils
Class HexCharset
java.lang.Object
java.nio.charset.Charset
org.red5.io.utils.HexCharset
- All Implemented Interfaces:
- Comparable<Charset>
public class HexCharset
- extends Charset
This was borrowed from the Soupdragon base64 library.
- Author:
- paul.gregoire
Methods inherited from class java.nio.charset.Charset |
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString |
HexCharset
public HexCharset(boolean caps)
HexCharset
public HexCharset(boolean caps,
int measure)
newEncoder
public CharsetEncoder newEncoder()
- Specified by:
newEncoder
in class Charset
newDecoder
public CharsetDecoder newDecoder()
- Specified by:
newDecoder
in class Charset
contains
public boolean contains(Charset cs)
- Specified by:
contains
in class Charset
Copyright © 2006-2010 The Red5 Project