public interface ColumnParser<V>
| 限定符和类型 | 方法和说明 |
|---|---|
V |
readFrom(SliceInput input)
Read value from byte array input
|
V |
readFrom(SliceInput input,
int len)
Read value from byte array input with length
|
V |
readFrom(SliceInput input,
int len,
String charset)
Read value from byte array input with length and charset
|
Class<?> |
typeClass()
Returned value class
|
V readFrom(SliceInput input)
input - slice inputV readFrom(SliceInput input, int len)
input - slice inputlen - lengthV readFrom(SliceInput input, int len, String charset)
input - slice inputlen - lengthcharset - charsetClass<?> typeClass()
Copyright © 2019–2020 Alibaba Group Holding Limited. All rights reserved.