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

构造方法摘要
ProtoStructDecoder()
          Constructor
 
方法摘要
 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.