public class Sql2javaSupport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.nio.charset.Charset |
ISO_8559_1 |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getBytesInBuffer(java.nio.ByteBuffer buffer)
返回buffer中所有字节(position~limit),不改变buffer状态
|
static java.nio.ByteBuffer |
toByteBuffer(java.lang.String input) |
static java.lang.String |
toString(java.nio.ByteBuffer newVal) |
public static final byte[] getBytesInBuffer(java.nio.ByteBuffer buffer)
buffer - public static java.nio.ByteBuffer toByteBuffer(java.lang.String input)
public static java.lang.String toString(java.nio.ByteBuffer newVal)
Copyright © 2021. All Rights Reserved.