public class Huffman extends Object
| 构造器和说明 |
|---|
Huffman() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
decode(ByteBuffer buffer) |
static String |
decode(ByteBuffer buffer,
int length) |
static void |
encode(ByteBuffer buffer,
String s) |
static void |
encodeLC(ByteBuffer buffer,
String s) |
static int |
octetsNeeded(String s) |
static int |
octetsNeededLC(String s) |
public static String decode(ByteBuffer buffer)
public static String decode(ByteBuffer buffer, int length)
public static int octetsNeeded(String s)
public static void encode(ByteBuffer buffer, String s)
public static int octetsNeededLC(String s)
public static void encodeLC(ByteBuffer buffer, String s)
Copyright © 2016. All rights reserved.