public class TypePackedArray extends Object implements BreezeType<List<?>>
| 构造器和说明 |
|---|
TypePackedArray() |
TypePackedArray(Type type) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte |
getType() |
List<?> |
read(BreezeBuffer buffer,
boolean withType) |
<T> void |
readBySize(BreezeBuffer buffer,
Collection<T> collection,
Type vType,
int size,
boolean isPacked) |
void |
write(BreezeBuffer buffer,
List<?> value,
boolean withType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitputType, read, write, writeMessageField, writeMessageFieldpublic TypePackedArray()
public TypePackedArray(Type type) throws BreezeException
BreezeExceptionpublic byte getType()
getType 在接口中 BreezeType<List<?>>public List<?> read(BreezeBuffer buffer, boolean withType) throws BreezeException
read 在接口中 BreezeType<List<?>>BreezeExceptionpublic <T> void readBySize(BreezeBuffer buffer, Collection<T> collection, Type vType, int size, boolean isPacked) throws BreezeException
BreezeExceptionpublic void write(BreezeBuffer buffer, List<?> value, boolean withType) throws BreezeException
write 在接口中 BreezeType<List<?>>BreezeExceptionCopyright © 2019. All rights reserved.