com.lambdaworks.redis.protocol
Class Charsets

java.lang.Object
  extended by com.lambdaworks.redis.protocol.Charsets

public class Charsets
extends Object

Charset-related utilities.

Author:
Will Glozer

Field Summary
static Charset ASCII
           
 
Constructor Summary
Charsets()
           
 
Method Summary
static ByteBuffer buffer(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASCII

public static final Charset ASCII
Constructor Detail

Charsets

public Charsets()
Method Detail

buffer

public static ByteBuffer buffer(String s)


Copyright © 2013. All Rights Reserved.