|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.io.BufferUtil
public class BufferUtil
Buffer utility methods.
| 构造方法摘要 | |
|---|---|
BufferUtil()
|
|
| 方法摘要 | |
|---|---|
static boolean |
isPrefix(Buffer prefix,
Buffer buffer)
|
static void |
prependHexInt(Buffer buffer,
int n)
Add hex integer BEFORE current getIndex. |
static void |
putCRLF(Buffer buffer)
|
static void |
putDecInt(Buffer buffer,
int n)
|
static void |
putDecLong(Buffer buffer,
long n)
|
static void |
putHexInt(Buffer buffer,
int n)
|
static String |
to8859_1_String(Buffer buffer)
|
static Buffer |
toBuffer(long value)
|
static int |
toInt(Buffer buffer)
Convert buffer to an integer. |
static long |
toLong(Buffer buffer)
Convert buffer to an long. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public BufferUtil()
| 方法详细信息 |
|---|
public static int toInt(Buffer buffer)
buffer - A buffer containing an integer. The position is not changed.
public static long toLong(Buffer buffer)
buffer - A buffer containing an integer. The position is not changed.
public static void putHexInt(Buffer buffer,
int n)
public static void prependHexInt(Buffer buffer,
int n)
buffer - n -
public static void putDecInt(Buffer buffer,
int n)
public static void putDecLong(Buffer buffer,
long n)
public static Buffer toBuffer(long value)
public static void putCRLF(Buffer buffer)
public static boolean isPrefix(Buffer prefix,
Buffer buffer)
public static String to8859_1_String(Buffer buffer)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||