org.csource.fastdfs
类 ProtoStructDecoder<T extends StructBase>
java.lang.Object
org.csource.fastdfs.ProtoStructDecoder<T>
public class ProtoStructDecoder<T extends StructBase>
- extends Object
C struct body decoder
- 版本:
- Version 1.17
- 作者:
- Happy Fish / YuQing
方法摘要 |
T[] |
decode(byte[] bs,
Class<T> clazz,
int fieldsTotalSize)
decode byte buffer |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtoStructDecoder
public ProtoStructDecoder()
- Constructor
decode
public T[] decode(byte[] bs,
Class<T> clazz,
int fieldsTotalSize)
throws Exception
- decode byte buffer
- 抛出:
Exception
Copyright © 2017. All rights reserved.