| 程序包 | 说明 |
|---|---|
| cn.sowjz.souwen.v1.db | |
| cn.sowjz.souwen.v1.doc | |
| cn.sowjz.souwen.v1.net.control | |
| cn.sowjz.souwen.v1.query.request | |
| cn.sowjz.souwen.v1.util |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBuff |
Schema.toByteBuffer(String charset)
把自己转化成字节流,便于网络传输,网络传输的时候会自动调用。
|
ByteBuff |
FieldInfo.toByteBuffer(String charset)
转化成为字节流,便于网络传输。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBuff |
Doc.toByteBuff()
把文章转化成为字节形式。
|
ByteBuff |
Doc.toByteBuff4update() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ByteBuff |
QueryConn.buildCommand(int opt) |
protected ByteBuff |
IndexConn.buildCommand(int opt) |
protected ByteBuff |
BaseConn.buildCommand(int opt) |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBuff |
QueryRequest.toByteBuff() |
ByteBuff |
CritHeader.toByteBuffer(ByteBuff bb) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SubCrit.AndSubCrit.toByteBuffer(ByteBuff buf) |
void |
SubCrit.OrSubCrit.toByteBuffer(ByteBuff buf) |
void |
SubCrit.AndNotSubCrit.toByteBuffer(ByteBuff buf) |
void |
SubCrit.OrNotSubCrit.toByteBuffer(ByteBuff buf) |
ByteBuff |
CritHeader.toByteBuffer(ByteBuff bb) |
void |
Criteria.toByteBuffer(ByteBuff buf) |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBuff |
ByteBuff.append(boolean v) |
ByteBuff |
ByteBuff.append(byte b) |
ByteBuff |
ByteBuff.append(byte[] b) |
ByteBuff |
ByteBuff.append(byte[] b,
int begin,
int len) |
ByteBuff |
ByteBuff.append(ByteBuff bb) |
ByteBuff |
ByteBuff.append(int v) |
ByteBuff |
ByteBuff.append(long v) |
ByteBuff |
ByteBuff.append(short v) |
ByteBuff |
ByteBuff.append(String str) |
ByteBuff |
ByteBuff.append(String str,
String charset) |
static ByteBuff |
FileUtil.readToByteBuffer(InputStream in) |
static ByteBuff |
FileUtil.readToByteBuffer(String filename) |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBuff |
ByteBuff.append(ByteBuff bb) |
static boolean |
CharsetUtil.isUtf8(ByteBuff content) |
Copyright © 2023. All rights reserved.